0.0.2 • Published 4 years ago

eslint-plugin-xia v0.0.2

Weekly downloads
6
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-xia

智耘科技公司定制的ESLint rule

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-xia:

$ npm install eslint-plugin-xia --save-dev

Usage

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

{
    "plugins": [
        "xia"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here