eslint-plugin-ressurectit

0.1.0 • Public • Published

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

/eslint-plugin-ressurectit/

    Package Sidebar

    Install

    npm i eslint-plugin-ressurectit

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    62.3 kB

    Total Files

    29

    Last publish

    Collaborators

    • kukjevov