@comparaonline/eslint-config

1.1.0 • Public • Published

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

Dependents (1)

Package Sidebar

Install

npm i @comparaonline/eslint-config

Weekly Downloads

1

Version

1.1.0

License

ISC

Last publish

Collaborators

  • gnavarro
  • dsuarez_compa
  • pfariaz
  • ricardo.sosa
  • suarezcumare
  • fverag
  • comparaonline-dev
  • comparaonlineprivate
  • matotias
  • javierlara1989
  • smurua
  • eseceve
  • pablocompara