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