2.0.0 • Published 6 years ago

eslint-config-persgroep v2.0.0

Weekly downloads
31
License
Apache-2.0
Repository
-
Last release
6 years ago

eslint-config-depersgroep

De Persgroep ESLint Shareable Config (.eslintrc).

Usage

Install from npm public registry

npm install eslint-config-depersgroep --save-dev

Add the extends array to your .eslintrc with the config sets you need.

extends:
  - persgroep
  - persgroep/node  # if using node
  - persgroep/es6   # if using ES6

Troubleshooting

  • If your Editor/IDE/Shell is using global eslint you should also install this package global (-g).