Skip to content

Commit

Permalink
Update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Oct 5, 2019
1 parent 2a36c6d commit 41b0302
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 75 deletions.
1 change: 1 addition & 0 deletions .eslintrc.base.js
Expand Up @@ -44,6 +44,7 @@ module.exports = {
// Force a conflict with Prettier in test-lint/standard.js.
"standard/computed-property-even-spacing": ["error", "even"],
"unicorn/filename-case": "off",
"unicorn/no-nested-ternary": "off",
"unicorn/prefer-flat-map": "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 @@ -780,17 +780,17 @@ You can also supply a custom message if you want:

eslint-config-prettier has been tested with:

- ESLint 6.3.0
- ESLint 6.5.1
- 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 1.18.2
- @typescript-eslint/eslint-plugin 2.2.0
- @typescript-eslint/eslint-plugin 2.3.2
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 4.3.0
- eslint-plugin-react 7.14.3
- eslint-plugin-react 7.16.0
- eslint-plugin-standard 4.0.1
- eslint-plugin-unicorn 10.0.0
- eslint-plugin-unicorn 12.0.2
- eslint-plugin-vue 5.2.3

Have new rules been added since those versions? Have we missed any rules? Is
Expand Down

0 comments on commit 41b0302

Please sign in to comment.