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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -787,7 +787,7 @@ Finally, you need to mention the plugin in several places:
787
787
788
788
When you’re done, run `npm test` to verify that you got it all right. It runs several other npm scripts:
789
789
790
-
-`"test:lint"` makes sure that the files in `test-lint/` pass ESLint when the exclusions from eslint-config-prettier are used. It also lints the code of eslint-config-prettier itself.
790
+
-`"test:lint"` makes sure that the files in `test-lint/` pass ESLint when the exclusions from eslint-config-prettier are used. It also lints the code of eslint-config-prettier itself, and checks that Prettier has been run on all files.
791
791
-`"test:lint-verify-fail"` is run by a test in `test/lint-verify-fail.test.js`.
792
792
-`"test:lint-rules"` is run by a test in `test/rules.test.js`.
793
793
-`"test:jest"` runs unit tests that check a number of things:
0 commit comments