Socket
Socket
Sign inDemoInstall

@comparaonline/eslint-config

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparaonline/eslint-config

Eslint configuration for ComparaOnline


Version published
Weekly downloads
1
decreased by-75%
Maintainers
6
Weekly downloads
 
Created
Source

eslint-config

The ComparaOnline linter shareable configuration for javascript.

Installation

First, you need eslint, if it isn't installed yet...

$ npm install --save-dev eslint

Then,

$ npm install --save-dev @comparaonline/eslint-config

Usage

Add this package into the extends section of your .eslintrc.js file.

{
  extends: '@comparaonline/eslint-config'
}

Now you can execute eslint in a npm script, as example:

"scripts": {
  "lint:js": "eslint 'app/**/*.js'"
}

Keywords

FAQs

Package last updated on 17 Jan 2018

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