eslint-plugin-ressurectit
v0.4.0
Published
RessurectIT specific ESlint rules
Maintainers
Readme
eslint-plugin-ressurectit
RessurectIT specific ESlint rules
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-ressurectit:
$ npm install eslint-plugin-ressurectit --save-devUsage
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
