You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
39
-
40
9
## Installation
41
10
42
11
Install eslint-config-prettier:
@@ -666,24 +635,7 @@ You can also supply a custom message if you want:
666
635
667
636
## Contributing
668
637
669
-
eslint-config-prettier has been tested with:
670
-
671
-
- ESLint 7.25.0
672
-
- 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.
673
-
- eslint-config-prettier 6.11.0 and older were tested with ESLint 6.x
674
-
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x
675
-
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
676
-
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
677
-
- prettier 2.2.1
678
-
-@babel/eslint-plugin 7.13.16
679
-
-@typescript-eslint/eslint-plugin 4.22.0
680
-
- eslint-plugin-babel 5.3.1
681
-
- eslint-plugin-flowtype 5.7.2
682
-
- eslint-plugin-prettier 3.4.0
683
-
- eslint-plugin-react 7.23.2
684
-
- eslint-plugin-standard 4.0.2
685
-
- eslint-plugin-unicorn 31.0.0
686
-
- eslint-plugin-vue 7.9.0
638
+
See [package.json] for the exact versions of ESLint, Prettier and ESLint plugins that eslint-config-prettier has been tested with.
687
639
688
640
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!
689
641
@@ -757,6 +709,7 @@ When you’re done, run `npm test` to verify that you got it all right. It runs
0 commit comments