1.0.0 • Published 7 years ago

eslint-config-adorsys v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-adorsys

Extends rules from airbnb-base
As specified in the official Airbnb Javascript Styleguide

Setup

npm install from this repo

npm i -D eslint git+ssh://git@git.adorsys.de:wow/eslint-config.git

Add .eslintrc file with following content

{
  "extends": "eslint-config-adorsys"
}

Add lint script task to package.json

"scripts": {
  "lint": "eslint ."
  ...
}

Run npm run lint from command line