Skip to content

Commit 8126c58

Browse files
committed
Update readme
1 parent a91a6a5 commit 8126c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ Finally, you need to mention the plugin in several places:
787787

788788
When you’re done, run `npm test` to verify that you got it all right. It runs several other npm scripts:
789789

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.
791791
- `"test:lint-verify-fail"` is run by a test in `test/lint-verify-fail.test.js`.
792792
- `"test:lint-rules"` is run by a test in `test/rules.test.js`.
793793
- `"test:jest"` runs unit tests that check a number of things:

0 commit comments

Comments
 (0)