eslint-config-uber-es5

2.0.3 • Public • Published

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

===

🔙 to uber-eslint home

Package Sidebar

Install

npm i eslint-config-uber-es5

Weekly Downloads

313

Version

2.0.3

License

MIT

Last publish

Collaborators

  • rtsao
  • usiarhei
  • kenns29
  • shengs
  • emrahs
  • zacklk
  • uber-ospo