2.0.3 • Published 7 years ago

eslint-config-uber-es5 v2.0.3

Weekly downloads
768
License
MIT
Repository
github
Last release
7 years ago

eslint-config-uber-es5 NPM version

The base 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-es5 locally too. Otherwise, install it globally.

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

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-es5"
  ]
}

===

:back: to uber-eslint home

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago