digitalbazaar / eslint-config-digitalbazaar

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Dev #1

Closed aljones15 closed 5 years ago

aljones15 commented 5 years ago
  1. Adds a package.json (required for node_modules it appears)
  2. abstracts out the rules we use with no env specified beyond es6
  3. installable via npm in any project we use
  4. easy to work with
aljones15 commented 5 years ago

Also, are we going to be able to export multiple configurations out of this module, like for vue?

we already do I followed this: https://eslint.org/docs/developer-guide/shareable-configs

basically to extend you create a new config in the root dir of the property them you reference it a / so if we create a vue.js

eslint-config-digitalbazaar/vue

pretty easy and good question.