Skip to content

Commit 1504761

Browse files
committed
Update npm packages
1 parent 7cad28d commit 1504761

File tree

5 files changed

+2333
-2150
lines changed

5 files changed

+2333
-2150
lines changed

.eslintrc.base.js

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ module.exports = {
4646
"unicorn/consistent-function-scoping": "off",
4747
"unicorn/filename-case": "off",
4848
"unicorn/no-nested-ternary": "off",
49+
"unicorn/no-null": "off",
50+
"unicorn/no-reduce": "off",
4951
"unicorn/prefer-flat-map": "off",
5052
"unicorn/prevent-abbreviations": "off",
5153
// Force a conflict with Prettier in test-lint/babel.js.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x]
11+
node-version: [10.x, 12.x, 14.x]
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313

1414
steps:

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -734,17 +734,18 @@ You can also supply a custom message if you want:
734734

735735
eslint-config-prettier has been tested with:
736736

737-
- ESLint 6.8.0
737+
- ESLint 7.1.0
738+
- eslint-config-prettier 6.11.0 and older were tested with ESLint 6.x
738739
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x
739740
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
740741
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
741742
- prettier 2.0.5
742-
- @typescript-eslint/eslint-plugin 2.29.0
743+
- @typescript-eslint/eslint-plugin 3.1.0
743744
- eslint-plugin-babel 5.3.0
744-
- eslint-plugin-flowtype 4.7.0
745-
- eslint-plugin-react 7.19.0
745+
- eslint-plugin-flowtype 5.1.3
746+
- eslint-plugin-react 7.20.0
746747
- eslint-plugin-standard 4.0.1
747-
- eslint-plugin-unicorn 18.0.1
748+
- eslint-plugin-unicorn 20.1.0
748749
- eslint-plugin-vue 6.2.2
749750

750751
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!

0 commit comments

Comments
 (0)