0.0.1-alpha3 • Published 1 year ago

eslint-plugin-ecdemo v0.0.1-alpha3

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

eslint-plugin-ecdemo

电商eslint

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ecdemo:

npm install eslint-plugin-ecdemo --save-dev

Usage

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

{
    "plugins": [
        "ecdemo"
    ]
}

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

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

Rules

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

0.0.1-alpha3

1 year ago

0.0.1-alpha2

1 year ago

0.0.1-alpha1

1 year ago

0.0.1

1 year ago