eslint-plugin-config-itself
v1.0.5
Published
ESLint plugin for ESLint config itself
Downloads
3
Readme
eslint-plugin-config-itself
A ESLint plugin for ESLint config itself
flat config is not supported now.
Install
$ 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:
module.exports = {
plugins: ['config-itself'],
}
Supported rules
| Name | Description |
| -------------------------------------------------------------- | -------------------------------------------------------------- |
| max-warn-level-rules
| Enforce a maximum number of warn level rules in .eslintrc.js
|
License
MIT