eslint-plugin-eslint-comments
May 16, 2020 ยท View on GitHub
Additional ESLint rules for ESLint directive comments (e.g. //eslint-disable-line).
๐ Usage
๐ฅ Semantic Versioning Policy
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.