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