0.0.6 • Published 3 years ago

eslint-plugin-antdlint v0.0.6

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

eslint-plugin-antd

Detect the eslint plugin of Ant Design

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-antdlint:

npm install eslint-plugin-antdlint --save-dev

Usage

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

{
    "plugins": [
        "antdlint"
    ]
}

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

{
    "rules": {
        "eslint-plugin-antdlint/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here