https://github.com/mysticatea/eslint-plugin-eslint-comments
Additional ESLint rules for directive comments of ESLint.
https://github.com/mysticatea/eslint-plugin-eslint-comments
comments eslint eslint-plugin javascript npm-module npm-package
Last synced: 25 days ago
JSON representation
Additional ESLint rules for directive comments of ESLint.
- Host: GitHub
- URL: https://github.com/mysticatea/eslint-plugin-eslint-comments
- Owner: mysticatea
- License: mit
- Created: 2016-10-09T18:02:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T09:17:12.000Z (over 1 year ago)
- Last Synced: 2025-04-14T03:09:41.041Z (about 2 months ago)
- Topics: comments, eslint, eslint-plugin, javascript, npm-module, npm-package
- Language: JavaScript
- Homepage: https://mysticatea.github.io/eslint-plugin-eslint-comments/
- Size: 11.4 MB
- Stars: 365
- Watchers: 8
- Forks: 47
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-plugin-eslint-comments
[](https://www.npmjs.com/package/eslint-plugin-eslint-comments)
[](http://www.npmtrends.com/eslint-plugin-eslint-comments)
[](https://github.com/mysticatea/eslint-plugin-eslint-comments/actions)
[](https://codecov.io/gh/mysticatea/eslint-plugin-eslint-comments)
[](https://david-dm.org/mysticatea/eslint-plugin-eslint-comments)Additional ESLint rules for ESLint directive comments (e.g. `//eslint-disable-line`).
## 📖 Usage
- [Documentation](https://mysticatea.github.io/eslint-plugin-eslint-comments)
## 🚥 Semantic Versioning Policy
`eslint-plugin-eslint-comments` follows [semantic versioning](http://semver.org/) and [ESLint's Semantic Versioning Policy](https://github.com/eslint/eslint#semantic-versioning-policy).
## 📰 Changelog
- [GitHub Releases](https://github.com/mysticatea/eslint-plugin-eslint-comments/releases)
## 🍻 Contributing
Welcome contributing!
Please use GitHub's Issues/PRs.
### Development Tools
- `npm test` runs tests and measures coverage.
- `npm run build` updates `README.md`, `index.js`, and the header of all rule's documents.
- `npm run clean` removes the coverage of the last `npm test` command.
- `npm run coverage` shows the coverage of the last `npm test` command.
- `npm run lint` runs ESLint for this codebase.
- `npm run watch` runs tests and measures coverage when source code are changed.