eslint-plugin-btaskee

1.2.0 • Public • Published

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.

Package Sidebar

Install

npm i eslint-plugin-btaskee

Weekly Downloads

21

Version

1.2.0

License

ISC

Unpacked Size

12.8 kB

Total Files

18

Last publish

Collaborators

  • minhlee