0.0.2 • Published 3 years ago
@dev1437/eslint-plugin-better-eslint v0.0.2
eslint-plugin-better-eslint
Standard ESLint rules with max length capabilities
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-better-eslint:
npm install eslint-plugin-better-eslint --save-devUsage
Add better-eslint to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"better-eslint"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"better-eslint/rule-name": 2
}
}Supported Rules
- Fill in provided rules here