From 8126c586e1ff62b100bb6923144f0469c57c599a Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sun, 22 Mar 2020 10:23:58 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9dfbc..5b460cc 100644 --- a/README.md +++ b/README.md @@ -787,7 +787,7 @@ Finally, you need to mention the plugin in several places: When you’re done, run `npm test` to verify that you got it all right. It runs several other npm scripts: -- `"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. +- `"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. - `"test:lint-verify-fail"` is run by a test in `test/lint-verify-fail.test.js`. - `"test:lint-rules"` is run by a test in `test/rules.test.js`. - `"test:jest"` runs unit tests that check a number of things: