# eslint-plugin-eslint-comments

> Additional ESLint rules for ESLint directive comments.

Latest version **3.2.0** (published 2020-05-25) · MIT license · 0 weekly downloads

> **Better alternative:** See documentation for alternatives (https://github.com/AikidoSec/module-replacements/blob/main/docs/eslint-plugin-eslint-comments)

## Install

```sh
npm install eslint-plugin-eslint-comments
pnpm add eslint-plugin-eslint-comments
yarn add eslint-plugin-eslint-comments
bun add eslint-plugin-eslint-comments
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.2.0 |
| Published | 2020-05-25 |
| First published | 2016-10-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.5.0 |
| Dependencies | 2 |
| Unpacked size | 40.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 375 |
| Author | Toru Nagashima |
| Maintainers | mysticatea |
| Keywords | eslint, eslintplugin, eslint-plugin, plugin, comment, comments, directive, global, globals, exported, eslint-env, eslint-enable, eslint-disable, eslint-disable-line, eslint-disable-next-line |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-eslint-comments
- Repository: https://github.com/mysticatea/eslint-plugin-eslint-comments
- Homepage: https://github.com/mysticatea/eslint-plugin-eslint-comments#readme
- Issues: https://github.com/mysticatea/eslint-plugin-eslint-comments/issues
- Funding: https://github.com/sponsors/mysticatea
- npm.io page: https://npm.io/package/eslint-plugin-eslint-comments

## Dependencies (2)

- [ignore](https://npm.io/package/ignore.md) ^5.0.5
- [escape-string-regexp](https://npm.io/package/escape-string-regexp.md) ^1.0.5

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 3.2.0 (latest) — 2020-05-25
- 3.1.0 (next) — 2019-02-10
- 3.1.2 — 2019-06-20
- 3.1.1 — 2019-02-19
- 3.0.1 — 2018-07-02
- 3.0.0 — 2018-06-23
- 3.0.0-beta.2 — 2018-05-08
- 3.0.0-beta.1 — 2018-05-08
- 3.0.0-beta.0 — 2018-05-06
- 2.0.2 — 2018-01-08
- 2.0.1 — 2017-10-29
- 2.0.0 — 2017-10-28
- 1.1.0 — 2017-10-28
- 1.0.3 — 2017-08-05
- 1.0.2 — 2017-06-21
- … 4 more at https://npm.io/package/eslint-plugin-eslint-comments/versions

## README

# eslint-plugin-eslint-comments

[![npm version](https://img.shields.io/npm/v/eslint-plugin-eslint-comments.svg)](https://www.npmjs.com/package/eslint-plugin-eslint-comments)
[![Downloads/month](https://img.shields.io/npm/dm/eslint-plugin-eslint-comments.svg)](http://www.npmtrends.com/eslint-plugin-eslint-comments)
[![Build Status](https://github.com/mysticatea/eslint-plugin-eslint-comments/workflows/CI/badge.svg)](https://github.com/mysticatea/eslint-plugin-eslint-comments/actions)
[![codecov](https://codecov.io/gh/mysticatea/eslint-plugin-eslint-comments/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/eslint-plugin-eslint-comments)
[![Dependency Status](https://david-dm.org/mysticatea/eslint-plugin-eslint-comments.svg)](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.

---
_Source: https://npm.io/package/eslint-plugin-eslint-comments · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
