@dev1437/eslint-plugin-better-eslint
v0.0.2
Published
Standard ESLint rules with max length capabilities
Downloads
115
Maintainers
Readme
eslint-plugin-better-eslint
Standard ESLint rules with max length capabilities
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-better-eslint
:
npm install eslint-plugin-better-eslint --save-dev
Usage
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