Skip to content

Commit

Permalink
feat(deps): update ESLint to v5.11.0 and add a rule no-useless-catch (
Browse files Browse the repository at this point in the history
#312)

BREAKING CHANGE: requires ESLint minimum version 5.11.0
  • Loading branch information
renovate[bot] authored and ybiquitous committed Dec 25, 2018
1 parent cd01ce7 commit 5966724
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -31,15 +31,15 @@
"eslint-restricted-globals": "^0.2.0"
},
"devDependencies": {
"eslint": "5.10.0",
"eslint": "5.11.0",
"eslint-find-rules": "3.3.1",
"execa": "1.0.0",
"prettier": "1.15.3",
"tape": "4.9.1",
"ybiq": "6.0.0"
},
"peerDependencies": {
"eslint": ">=5.3.0 <6",
"eslint": ">=5.11.0 <6",
"prettier": ">=1.14.0 <2"
},
"scripts": {
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 @@ -103,6 +103,7 @@ module.exports = {
"no-unused-expressions": "error",
"no-unused-labels": "error",
"no-useless-call": "error",
"no-useless-catch": "error",
"no-useless-concat": "error",
"no-useless-escape": "error",
"no-useless-return": "error",
Expand Down

0 comments on commit 5966724

Please sign in to comment.