1.0.0 • Published 3 years ago

@spmeesseman/eslint-plugin v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

eslint-plugin-eslint-plugin

Custom rules for ExtJs projects

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-eslint-plugin:

npm install eslint-plugin-eslint-plugin --save-dev

Usage

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

{
    "plugins": [
        "eslint-plugin"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "eslint-plugin/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here