0.1.0 • Published 3 years ago

eslint-plugin-ressurectit v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm version Build status

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