Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 20, 2021
1 parent aca15b5 commit 72ce4d7
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 128 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ module.exports = {
"standard/computed-property-even-spacing": ["error", "even"],
"unicorn/consistent-function-scoping": "off",
"unicorn/filename-case": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-array-reduce": "off",
"unicorn/no-nested-ternary": "off",
"unicorn/no-null": "off",
"unicorn/no-reduce": "off",
"unicorn/prefer-flat-map": "off",
"unicorn/prefer-spread": "off",
"unicorn/prevent-abbreviations": "off",
// Force a conflict with Prettier in test-lint/babel.js.
"object-curly-spacing": "off",
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,21 +678,21 @@ You can also supply a custom message if you want:

eslint-config-prettier has been tested with:

- ESLint 7.18.0
- ESLint 7.20.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
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
- prettier 2.2.1
- @typescript-eslint/eslint-plugin 4.14.0
- @typescript-eslint/eslint-plugin 4.15.1
- eslint-plugin-babel 5.3.1
- eslint-plugin-flowtype 5.2.0
- eslint-plugin-flowtype 5.2.2
- eslint-plugin-prettier 3.3.1
- eslint-plugin-react 7.22.0
- eslint-plugin-standard 4.0.2
- eslint-plugin-unicorn 26.0.1
- eslint-plugin-vue 7.4.1
- eslint-plugin-unicorn 28.0.2
- eslint-plugin-vue 7.6.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
Loading

0 comments on commit 72ce4d7

Please sign in to comment.