Additional ESLint rules for ESLint directive comments (e.g. //eslint-disable-line).
@eslint-community/eslint-plugin-eslint-comments follows semantic versioning and ESLint's Semantic Versioning Policy.
Welcome contributing!
Please use GitHub's Issues/PRs.
- npm testruns tests and measures coverage.
- npm run buildupdates- README.md,- index.js, and the header of all rule's documents.
- npm run cleanremoves the coverage of the last- npm testcommand.
- npm run coverageshows the coverage of the last- npm testcommand.
- npm run lintruns ESLint for this codebase.
- npm run watchruns tests and measures coverage when source code are changed.