Skip to content

Commit 8954ede

Browse files
committed
Update npm packages
1 parent 56213e4 commit 8954ede

File tree

4 files changed

+97
-77
lines changed

4 files changed

+97
-77
lines changed

.eslintrc.base.js

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ module.exports = {
6060
"unicorn/no-null": "off",
6161
"unicorn/no-reduce": "off",
6262
"unicorn/prefer-flat-map": "off",
63+
"unicorn/prefer-module": "off",
6364
"unicorn/prefer-spread": "off",
6465
"unicorn/prevent-abbreviations": "off",
6566
// Force a conflict with Prettier in test-lint/babel.js.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ You can also supply a custom message if you want:
648648

649649
eslint-config-prettier has been tested with:
650650

651-
- ESLint 7.24.0
651+
- ESLint 7.25.0
652652
- eslint-config-prettier 7.0.0 requires ESLint 7.0.0 or newer, while eslint-config-prettier 6.15.0 and older should also work with ESLint versions down to 3.x.
653653
- eslint-config-prettier 6.11.0 and older were tested with ESLint 6.x
654654
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x
@@ -657,11 +657,11 @@ eslint-config-prettier has been tested with:
657657
- prettier 2.2.1
658658
- @typescript-eslint/eslint-plugin 4.22.0
659659
- eslint-plugin-babel 5.3.1
660-
- eslint-plugin-flowtype 5.7.0
661-
- eslint-plugin-prettier 3.3.1
660+
- eslint-plugin-flowtype 5.7.2
661+
- eslint-plugin-prettier 3.4.0
662662
- eslint-plugin-react 7.23.2
663663
- eslint-plugin-standard 4.0.2
664-
- eslint-plugin-unicorn 29.0.0
664+
- eslint-plugin-unicorn 31.0.0
665665
- eslint-plugin-vue 7.9.0
666666

667667
Have new rules been added since those versions? Have we missed any rules? Is there a plugin you would like to see exclusions for? Open an issue or a pull request!

package-lock.json

+88-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"@typescript-eslint/parser": "4.22.0",
1919
"babel-eslint": "10.1.0",
2020
"doctoc": "2.0.0",
21-
"eslint": "7.24.0",
21+
"eslint": "7.25.0",
2222
"eslint-config-google": "0.14.0",
2323
"eslint-find-rules": "3.6.1",
2424
"eslint-plugin-babel": "5.3.1",
25-
"eslint-plugin-flowtype": "5.7.0",
26-
"eslint-plugin-prettier": "3.3.1",
25+
"eslint-plugin-flowtype": "5.7.2",
26+
"eslint-plugin-prettier": "3.4.0",
2727
"eslint-plugin-react": "7.23.2",
2828
"eslint-plugin-standard": "4.0.2",
29-
"eslint-plugin-unicorn": "29.0.0",
29+
"eslint-plugin-unicorn": "31.0.0",
3030
"eslint-plugin-vue": "7.9.0",
3131
"jest": "26.6.3",
3232
"prettier": "2.2.1",

0 commit comments

Comments
 (0)