2.4.4 • Published 6 years ago

eslint-config-shortlyster v2.4.4

Weekly downloads
13
License
MIT
Repository
github
Last release
6 years ago

eslint-config-shortlyster

Shortlyster's eslint configurations

Getting started

Refer to this github repo in you package.json dev dependencies.

"eslint-config-shortlyster" :
  { "type" : "git",
    "url" : "https://github.com/Shortlyster/eslint-config-shortlyster.git"
  }

Add .eslintrc to your project.

{
  "extends": "shortlyster",
  "rules": {
    // project specific rules go here
  }
}

Rules

We extend from AirBnb's rules.

Our exceptions can be found in our config.