eslint-plugin-demo-su

1.0.11 • Public • Published

eslint-plugin-demo

demo

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-demo:

npm install eslint-plugin-demo --save-dev

Usage

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

{
    "plugins": [
        "demo"
    ]
}

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

{
    "rules": {
        "demo/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.

Package Sidebar

Install

npm i eslint-plugin-demo-su

Weekly Downloads

12

Version

1.0.11

License

MIT

Unpacked Size

3.97 kB

Total Files

4

Last publish

Collaborators

  • suyuefeng1997