1.0.5 • Published 1 year ago

eslint-plugin-config-itself v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

NameDescription
max-warn-level-rulesEnforce a maximum number of warn level rules in .eslintrc.js

License

MIT

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago