0.0.0 • Published 3 years ago

eslint-plugin-shuailint v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-shuai-lint

测试用的eslint

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-shuai-lint:

$ npm install eslint-plugin-shuai-lint --save-dev

Usage

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

{
    "plugins": [
        "shuai-lint"
    ]
}

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

{
    "rules": {
        "shuai-lint/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here