1.0.0 • Published 6 years ago

eslint-config-devetry v1.0.0

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

eslint-config-devetry

Airbnb's eslint config provides a good starting point, but we don't always agree with their choices.

Rather than copy-pasting the same rules around different projects, we can now:

  1. npm install --save-dev eslint-config-devetry
  2. Add extends: "devetry" to your .eslintrc.

We will try to add reasons for our deviations from airbnb's base, where appropriate.