This package has been deprecated

Author message:

this version has been deprecated

eslint-plugin-routable

1.0.1 • Public • Published

eslint-plugin-routable

Internal ESLint plugin for Routable

Installation

You'll first need to install ESLint:

$ npm i -D eslint

Next, install eslint-plugin-routable:

$ npm i -D eslint-plugin-routable

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

Usage

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

{
    "plugins": [
        "routable"
    ]
}

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

{
    "rules": {
        "routable/rule-name": 2
    }
}

Supported Rules

exports-newlines

/eslint-plugin-routable/

    Package Sidebar

    Install

    npm i eslint-plugin-routable

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    9.19 kB

    Total Files

    7

    Last publish

    Collaborators

    • sheminusminus