eslint-plugin-rocket-skates

0.0.6 • Public • Published

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
    }
}

Package Sidebar

Install

npm i eslint-plugin-rocket-skates

Weekly Downloads

1

Version

0.0.6

License

MPL-2.0

Last publish

Collaborators

  • hildjj