0.0.3 • Published 4 years ago
eslint-plugin-detect-antd v0.0.3
eslint-plugin-antd
Detect the eslint plugin of Ant Design
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-detect-antd:
npm install eslint-plugin-detect-antd --save-devUsage
Add eslint-plugin-detect-antd to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"detect-antd"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"eslint-plugin-detect-antd/rule-name": 2
}
}Supported Rules
- Fill in provided rules here