0.2.2 • Published 7 years ago

eslint-config-wizeline-bots v0.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Wizeline bot's linter

Linter for the bots projects (Based on Airbnb's eslint configs).

The easiest way to install the linter is to run: npm i --save-dev eslint-config-wizeline-bots.

This will install eslint and all the required dependencies.

After you install it, replace your .eslinrc with:

{
  "extends": "wizeline-bots"
}

As an additional configuration, you can add: "lint": "eslint . --ext .js --ignore-path ./.gitignore --cache" to your package.js under scripts to just run npm run lint or npm run lint --silent to lint your code.

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago