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