eslint-config-watsi
v1.0.15
Published
Watsi's base ESLint configuration
Downloads
18
Maintainers
Readme
Watsi ESLint Config
This repository defines the default ESLint configuration for writing javascript at Watsi. It is based off of Airbnb's ESLint config, but has a few extensions to fit our coding style.
Installation
To use this config in a project, install it to your development dependencies:
$ npm install --dev eslint-config-watsi
And then add it to your .eslintrc
like so:
{
"extends": "watsi"
}
Making changes
Currently, updating this config is a bit of a manual process (adding rules, publishing to npm, etc). For now, talk to Ross if you'd like to make changes.