digitalbazaar / eslint-config-digitalbazaar

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

Update eslint dependencies #28

Closed davidlehn closed 4 years ago

davidlehn commented 4 years ago

Moving eslint to what appears to be the common pattern: not in deps, in devDeps, in peerDeps. Having just an older 5.x version in regular deps was causing multiple eslint versions to be installed in every package that has updated to 6.x.

This is a breaking change, but our common usage pattern has been to depend on eslint and eslint-config-digitalbazaar. I'd suggest just making this a minor version bump since it's only a developer visible issue and easily fixed in the few, if any, packages that might break.