MinhNguyenLe / eslint-plugin-btaskee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-plugin-btaskee

!!!

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-btaskee:

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

Usage

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

{
    "plugins": [
        "btaskee"
    ]
}

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

{
    "rules": {
        "btaskee/rule-name": 2
    }
}

Rules

TODO: Run eslint-doc-generator to generate the rules list.

About


Languages

Language:JavaScript 100.0%