Skip to content

ressurectit/eslint-plugin-ressurectit

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published