1.4.2 • Published 6 years ago
eslint-plugin-heibanfe v1.4.2
eslint-plugin-heibanfe
晓信前端 eslint 插件扩展包
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-heibanfe
:
$ npm install eslint-plugin-heibanfe --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-heibanfe
globally.
Usage
Add heibanfe
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"heibanfe"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"heibanfe/rule-name": "error"
}
}
Supported Rules
- no-static-method
- no-fuzzy-setTimeout
- max-data-attribute
- max-props-attribute
- same-filename-componentName
1.4.2
6 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.4
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago