1.1.0 • Published 11 months ago

eslint-plugin-bjccc v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

eslint-plugin-bjccc

bjbank

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-bjccc:

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

Usage

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

{
    "plugins": [
        "bjccc"
    ]
}

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

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

Rules

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

1.1.0

11 months ago

1.0.0

11 months ago

0.0.0

11 months ago