0.1.2 • Published 3 years ago
eslint-plugin-xhlint v0.1.2
eslint-plugin-xhlint
星航定制eslint rule 适用项目Vue+js 根据方法名及入参自动补充星航规范注释模板
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-xhlint
:
npm install eslint-plugin-xhlint --save-dev
Usage
Add plugin:xhlint/recommended
to the plugins section of your .eslintrc
configuration file.
{
"extends": ["standard", "plugin:vue/recommended", "plugin:xhlint/recommended"]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"multiline-comment-style": ["error", "starred-block"]
}
}
Supported Rules
- Fill in provided rules here
0.1.2
3 years ago
0.1.1
3 years ago
0.0.51
3 years ago
0.0.52
3 years ago
0.0.53
3 years ago
0.0.45
3 years ago
0.0.46
3 years ago
0.0.47
3 years ago
0.0.71
3 years ago
0.1.0
3 years ago
0.0.48
3 years ago
0.0.8
3 years ago
0.0.49
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago
0.0.0
3 years ago