Skip to content

Commit

Permalink
chore(deps-dev): bump codelyzer from 4.1.0 to 4.5.0 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and ikatyang committed Nov 16, 2018
1 parent 983bc18 commit 9d573c6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,7 +80,7 @@
"@types/make-dir": "^1.0.1",
"@types/node": "^10.0.3",
"@types/prettier": "^1.10.0",
"codelyzer": "4.1.0",
"codelyzer": "4.5.0",
"commitizen": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"husky": "^1.0.0",
Expand Down
Expand Up @@ -3,7 +3,7 @@
exports[`should affect error message after formatting 1`] = `
"
<<<<<< before
ERROR: (import-destructuring-spacing) /src/codelyzer/import-destructuring-spacing/test.ts[1, 8]: You need to leave whitespaces inside of the import statement's curly braces
ERROR: (import-destructuring-spacing) /src/codelyzer/import-destructuring-spacing/test.ts[1, 8]: Import statement's curly braces must be spaced exactly by a space to the right and a space to the left
======
no error
Expand Down

0 comments on commit 9d573c6

Please sign in to comment.