0.0.0 • Published 8 years ago

eslint-plugin-jsio v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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