Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jun 5, 2020
1 parent 7cad28d commit 1504761
Show file tree
Hide file tree
Showing 5 changed files with 2,333 additions and 2,150 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ module.exports = {
"unicorn/consistent-function-scoping": "off",
"unicorn/filename-case": "off",
"unicorn/no-nested-ternary": "off",
"unicorn/no-null": "off",
"unicorn/no-reduce": "off",
"unicorn/prefer-flat-map": "off",
"unicorn/prevent-abbreviations": "off",
// Force a conflict with Prettier in test-lint/babel.js.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,17 +734,18 @@ You can also supply a custom message if you want:

eslint-config-prettier has been tested with:

- ESLint 6.8.0
- ESLint 7.1.0
- 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.0.5
- @typescript-eslint/eslint-plugin 2.29.0
- @typescript-eslint/eslint-plugin 3.1.0
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 4.7.0
- eslint-plugin-react 7.19.0
- eslint-plugin-flowtype 5.1.3
- eslint-plugin-react 7.20.0
- eslint-plugin-standard 4.0.1
- eslint-plugin-unicorn 18.0.1
- eslint-plugin-unicorn 20.1.0
- eslint-plugin-vue 6.2.2

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

0 comments on commit 1504761

Please sign in to comment.