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

eslint-config-eyeo

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-eyeo

ESLint configuration as used by eyeo.

  • 3.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
337
decreased by-82.13%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-config-eyeo

An ESLint configuration that checks for compliance with the Adblock Plus coding style guide which is used for all eyeo projects.

Installation

npm install -g eslint eslint-config-eyeo

Usage

To lint a JavaScript file using ESLint you run the eslint command with the file as an argument. For example:

eslint some-file.js

For advanced usage see eslint --help.

In order to use eslint-config-eyeo your project's ESLint configuration should extend from it. A minimal example looks like this:

{
  "extends": "eslint-config-eyeo",
  "root": true
}

For projects without an ESLint configuration you can create your own personal configuration in ~/.eslintrc.json, but take care to remove the "root": true section from the above example.

Keywords

FAQs

Package last updated on 12 Jun 2020

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