ec0lint-plugin-ec0lint-comments
Version:
Additional ec0lint rules for ec0lint directive comments
30 lines (18 loc) • 1.27 kB
Markdown
# ec0lint-plugin-ec0lint-comments
[](https://www.npmjs.com/package/ec0lint-plugin-ec0lint-comments)
[](http://www.npmtrends.com/ec0lint-plugin-ec0lint-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).
## 🍻 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.