0.1.1 • Published 1 year ago

eslint-plugin-kingsoft-extensions v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eslint-plugin-extensions

eslint-plugin-extensions

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-extensions:

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

Usage

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

{
    "plugins": [
        "extensions"
    ]
}

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

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

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

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

0.1.1

1 year ago

0.1.0

1 year ago