Skip to content

tipee-sa/eslint-plugin-gammadia

Repository files navigation

eslint-plugin-eslint-gammadia

Gammadia's ESLint rules

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-gammadia:

$ npm install eslint-plugin-eslint-gammadia --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-eslint-gammadia globally.

Usage

Add gammadia to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "gammadia"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "gammadia/no-react-router-navlink": 2
    }
}

Supported Rules

  • Fill in provided rules here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published