We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f315d commit 750fe11Copy full SHA for 750fe11
README.md
@@ -94,6 +94,8 @@ Please use GitHub's Issues/PRs.
94
### Development Tools
95
96
- `npm test` runs tests and measures coverage.
97
+- `npm run build` updates `README.md`, `index.js`, and the header of all rule's documents.
98
+- `npm run clean` removes the coverage of the last `npm test` command.
99
+- `npm run coverage` shows the coverage of the last `npm test` command.
100
+- `npm run lint` runs ESLint for this codebase.
101
- `npm run watch` runs tests and measures coverage when source code are changed.
-- `npm run coverage` shows the coverage result of `npm test` command.
-- `npm run clean` removes the coverage result of `npm test` command.
0 commit comments