3.1.2 • Published 8 years ago

eslint-config-uber-es2015 v3.1.2

Weekly downloads
765
License
MIT
Repository
github
Last release
8 years ago

eslint-config-uber-es2015 NPM version

The base es2015 eslint config for web JavaScript at Uber

Installation

Install eslint either locally or globally.

npm install --save-dev eslint

If you installed eslint locally, you should install eslint-config-uber-es2015 locally too. Otherwise, install it globally.

npm install --save-dev eslint-config-uber-es2015

Usage

Initialize a .eslintrc file or append to an existing one.

Note: you can also configure eslint with other types of config files

Before

{
  "rules": {},
  "extends": []
}

After

{
  "rules": {},
  "extends": [
    "eslint-config-uber-es2015"
  ]
}

eslint-config-uber-es5 is already included, so there's no need to extend it.

===

:back: to uber-eslint home

3.1.2

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.0

9 years ago