eslint-config-adorsys

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3

Package Sidebar

Install

npm i eslint-config-adorsys

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators