0.0.1 • Published 3 years ago

eslint-plugin-afinalint-123lina-afina v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

eslint-plugin-afinalint

个人定制的eslint rule

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-afinalint:

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

Usage

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

{
    "plugins": [
        "afinalint"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here