Skip to content

eslint-community/eslint-plugin-eslint-comments

This branch is 48 commits ahead of mysticatea/eslint-plugin-eslint-comments:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 24, 2025
Apr 8, 2024
Jul 31, 2023
Oct 6, 2023
Apr 7, 2024
Oct 6, 2023
Jul 31, 2023
Oct 6, 2023
Aug 5, 2017
Jan 31, 2023
Oct 9, 2016
Jan 31, 2023
Aug 15, 2024
Jun 7, 2018
Mar 24, 2025

Repository files navigation

@eslint-community/eslint-plugin-eslint-comments

npm version Downloads/month Build Status codecov

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 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.