0.0.1 • Published 3 years ago

eslint-plugin-kannan-custom-rules v0.0.1

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

eslint-plugin-kannan-custom-rules

kannan custom rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-kannan-custom-rules:

$ npm install eslint-plugin-kannan-custom-rules --save-dev

Usage

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

{
    "plugins": [
        "kannan-custom-rules"
    ]
}

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

{
    "rules": {
        "kannan-custom-rules/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
0.0.1

3 years ago

0.0.0

3 years ago