Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-unicorn to v31 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2021
1 parent 0bb144a commit 1a598c6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 13 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ module.exports = {
'unicorn/no-null': 0,
'unicorn/no-array-reduce': 0,
'unicorn/no-array-for-each': 0,
'unicorn/prefer-module': 0,
// This rule gives too many false positives
'unicorn/prevent-abbreviations': 0,
// Conflicts with Prettier sometimes
Expand Down
61 changes: 49 additions & 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-unicorn": "^29.0.0",
"eslint-plugin-unicorn": "^31.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
"execa": "^5.0.0",
"husky": "^4.3.0",
Expand Down

0 comments on commit 1a598c6

Please sign in to comment.