eslint-plugin-config-itself
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-config-itself

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

6.74 kB

Total Files

8

Last publish

Collaborators

  • makotot