eslint-config-shortlyster

2.4.4 • Public • Published

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.

/eslint-config-shortlyster/

    Package Sidebar

    Install

    npm i eslint-config-shortlyster

    Weekly Downloads

    82

    Version

    2.4.4

    License

    MIT

    Unpacked Size

    4.38 kB

    Total Files

    5

    Last publish

    Collaborators

    • nikolay_nemshilov