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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.4.442latest

Version History

VersionDownloads (Last 7 Days)Published
2.4.442
2.4.30
2.4.20
2.4.10
2.4.00
2.3.30
2.3.20
2.3.10
2.3.00
2.2.01

Package Sidebar

Install

npm i eslint-config-shortlyster

Weekly Downloads

43

Version

2.4.4

License

MIT

Unpacked Size

4.38 kB

Total Files

5

Last publish

Collaborators

  • nikolay_nemshilov