eslint-plugin-ressurectit
v0.1.0
Published
RessurectIT specific ESlint rules
Downloads
24
Maintainers
Readme
eslint-plugin-ressurectit
RessurectIT specific ESlint rules
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-ressurectit
:
$ npm install eslint-plugin-ressurectit --save-dev
Usage
Add ressurectit
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"ressurectit"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"ressurectit/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here