Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-ebay

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ebay

eBay JavaScript linting rules for ESLint

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.7K
increased by196.42%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-ebay

eBay Javascript linting configs for ESLint

Installation

  • yarn global add eslint (or npm i -g eslint)
  • yarn add --dev eslint-config-ebay (or npm i --save-dev eslint-config-ebay)

Configuration

Create .eslintrc.json file with the following content:

{
  "extends": [ "eslint-config-ebay/node6" ],
  "rules": {
    your additional rules here
  }
}

Run

eslint .

Available rulesets

  • eslint-config-ebay/node6 (ES6 support)
  • eslint-config-ebay/node4 (~50% of ES6 support)
  • eslint-config-ebay/legacy (ES5 support)

FAQs

Package last updated on 22 Dec 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc