1.0.5 • Published 2 years ago
eslint-plugin-config-itself v1.0.5
eslint-plugin-config-itself
A ESLint plugin for ESLint config itself
flat config is not supported now.
Install
$ npm i -D eslint-plugin-config-itselfUsage
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