Permalink
Cannot retrieve contributors at this time
36 lines (23 sloc)
1.79 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/eslint-plugin-eslint-comments/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |