Socket
Socket
Sign inDemoInstall

eslint-config-uber-es2015

Package Overview
Dependencies
124
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-uber-es2015

The base es2015 eslint config for web JavaScript at Uber


Version published
Weekly downloads
483
increased by19.55%
Maintainers
1
Install size
32.5 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 26 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc