Skip to content

Commit

Permalink
feat(deps): update dependency eslint to v5.15.1 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Mar 9, 2019
1 parent d33e3c9 commit b0a1fde
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 94 deletions.
200 changes: 108 additions & 92 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-restricted-globals": "^0.2.0"
},
"devDependencies": {
"eslint": "5.13.0",
"eslint": "^5.15.1",
"eslint-find-rules": "3.3.1",
"execa": "1.0.0",
"prettier": "1.16.4",
Expand All @@ -42,7 +42,7 @@
"ybiq": "7.3.0"
},
"peerDependencies": {
"eslint": ">=5.13.0 <6",
"eslint": ">=5.15.1 <6",
"prettier": ">=1.16.4 <2",
"typescript": ">=3.3.3333 <4"
},
Expand Down
1 change: 1 addition & 0 deletions rules/core/best-practices.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ module.exports = {
"no-void": "error",
"no-warning-comments": "off",
"no-with": "error",
"prefer-named-capture-group": "error",
"prefer-promise-reject-errors": "error",
radix: "error",
"require-await": "error",
Expand Down

0 comments on commit b0a1fde

Please sign in to comment.