0.0.6 • Published 9 years ago

eslint-plugin-rocket-skates v0.0.6

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
9 years ago

eslint-plugin-rocket-skates

Extra lint rules for rocket-skates

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-rocket-skates:

$ npm install eslint-plugin-rocket-skates --save-dev

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

Usage

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

{
    "plugins": [
        "rocket-skates"
    ]
}

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

{
    "rules": {
        "rocket-skates/const-require": 2
    }
}
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago