Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/makotot/eslint-plugin-config-itself

A ESLint plugin for ESLint config itself
https://github.com/makotot/eslint-plugin-config-itself

eslint eslint-plugin

Last synced: 7 days ago
JSON representation

A ESLint plugin for ESLint config itself

Awesome Lists containing this project

README

        

# eslint-plugin-config-itself

> A ESLint plugin for ESLint config itself

flat config is not supported now.

## Install

```sh
$ npm i -D eslint-plugin-config-itself
```

## Usage

Add `config-itself` to the plugins section of your `.eslintrc.js` configuration file. You can omit the `eslint-plugin-` prefix:

```js
module.exports = {
plugins: ['config-itself'],
}
```

## Supported rules

| Name | Description |
| -------------------------------------------------------------- | -------------------------------------------------------------- |
| [`max-warn-level-rules`](./docs/rules/max-warn-level-rules.md) | Enforce a maximum number of warn level rules in `.eslintrc.js` |

## License

MIT