eslint-plugin-jsio

0.0.0 • Public • Published

eslint-plugin-jsio

preprocesses jsio imports

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-jsio:

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

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

Usage

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

{
    "plugins": [
        "jsio"
    ]
}

/eslint-plugin-jsio/

    Package Sidebar

    Install

    npm i eslint-plugin-jsio

    Weekly Downloads

    2

    Version

    0.0.0

    License

    ISC

    Last publish

    Collaborators

    • mgh