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