0.3.6 • Published 3 years ago
eslint-plugin-log-comment v0.3.6
eslint-plugin-log-comment
检查代码中的埋点代码是否没有注释
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-log-comment:
npm install eslint-plugin-log-comment --save-devUsage
Add log-comment to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"log-comment"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"log-comment/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
0.3.6
3 years ago
0.3.5
3 years ago
0.3.4
3 years ago
0.3.3
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.3.0
3 years ago
0.2.9
3 years ago
0.2.8
3 years ago
0.2.7
3 years ago
0.2.6
3 years ago
0.2.5
3 years ago
0.2.4
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.2.1
3 years ago
0.1.0
3 years ago
0.0.1
3 years ago
0.0.0
3 years ago