0.0.0 • Published 10 years ago
eslint-plugin-jsio v0.0.0
eslint-plugin-jsio
preprocesses jsio imports
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-jsio:
$ npm install eslint-plugin-jsio --save-devNote: 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"
]
}0.0.0
10 years ago