Skip to content

Commit 1a598c6

Browse files
fix(deps): update dependency eslint-plugin-unicorn to v31 (#168)
1 parent 0bb144a commit 1a598c6

File tree

3 files changed

+51
-13
lines changed

3 files changed

+51
-13
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ module.exports = {
268268
'unicorn/no-null': 0,
269269
'unicorn/no-array-reduce': 0,
270270
'unicorn/no-array-for-each': 0,
271+
'unicorn/prefer-module': 0,
271272
// This rule gives too many false positives
272273
'unicorn/prevent-abbreviations': 0,
273274
// Conflicts with Prettier sometimes

package-lock.json

Lines changed: 49 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"eslint-plugin-node": "^11.1.0",
9090
"eslint-plugin-promise": "^4.2.1",
9191
"eslint-plugin-react": "^7.21.5",
92-
"eslint-plugin-unicorn": "^29.0.0",
92+
"eslint-plugin-unicorn": "^31.0.0",
9393
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0",
9494
"execa": "^5.0.0",
9595
"husky": "^4.3.0",

0 commit comments

Comments
 (0)