eslint-config-plutotv
v1.0.1
Published
Eslint configuration file for Pluto TV js repos
Downloads
11
Maintainers
Readme
eslint-config-plutotv
This package provides PlutoTV's .eslintrc as an extensible shared config.
Usage
Our default export contains all Airbnb's Legacy rules (ES5) plus our changes.
It requires eslint and [email protected]. WARNING: eslint must be version 2.13.1
npm install -g [email protected] [email protected] eslint-config-plutotv- add
"extends": "plutotv"to your .eslintrc
Editors
Configuring eslint on your editor should be easy.
Atom
- Install packages
linterandlinter-eslint - Change
linter-eslintpackage settings to use your global eslint. Under settings mark as true "Use Global Eslint" and change your "Global Node Path" with the value$ npm config get prefixgives you.
Sublime Text
- Install packages
SublimeLinterandSublimeLinter-contrib-eslint
VIM
TODO.
