Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 24, 2021
1 parent 56213e4 commit 8954ede
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 77 deletions.
1 change: 1 addition & 0 deletions .eslintrc.base.js
Expand Up @@ -60,6 +60,7 @@ module.exports = {
"unicorn/no-null": "off",
"unicorn/no-reduce": "off",
"unicorn/prefer-flat-map": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-spread": "off",
"unicorn/prevent-abbreviations": "off",
// Force a conflict with Prettier in test-lint/babel.js.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -648,7 +648,7 @@ You can also supply a custom message if you want:

eslint-config-prettier has been tested with:

- ESLint 7.24.0
- ESLint 7.25.0
- 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.
- eslint-config-prettier 6.11.0 and older were tested with ESLint 6.x
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x
Expand All @@ -657,11 +657,11 @@ eslint-config-prettier has been tested with:
- prettier 2.2.1
- @typescript-eslint/eslint-plugin 4.22.0
- eslint-plugin-babel 5.3.1
- eslint-plugin-flowtype 5.7.0
- eslint-plugin-prettier 3.3.1
- eslint-plugin-flowtype 5.7.2
- eslint-plugin-prettier 3.4.0
- eslint-plugin-react 7.23.2
- eslint-plugin-standard 4.0.2
- eslint-plugin-unicorn 29.0.0
- eslint-plugin-unicorn 31.0.0
- eslint-plugin-vue 7.9.0

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!
Expand Down
157 changes: 88 additions & 69 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -18,15 +18,15 @@
"@typescript-eslint/parser": "4.22.0",
"babel-eslint": "10.1.0",
"doctoc": "2.0.0",
"eslint": "7.24.0",
"eslint": "7.25.0",
"eslint-config-google": "0.14.0",
"eslint-find-rules": "3.6.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.7.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-flowtype": "5.7.2",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-standard": "4.0.2",
"eslint-plugin-unicorn": "29.0.0",
"eslint-plugin-unicorn": "31.0.0",
"eslint-plugin-vue": "7.9.0",
"jest": "26.6.3",
"prettier": "2.2.1",
Expand Down

0 comments on commit 8954ede

Please sign in to comment.