digitalbazaar / eslint-config-digitalbazaar

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

Start version 2.6.0. #45

Closed aljones15 closed 4 years ago

aljones15 commented 4 years ago

This is now for release 2.6.1

mattcollier commented 4 years ago

Released this before I saw this PR: https://github.com/digitalbazaar/eslint-config-digitalbazaar/blob/master/CHANGELOG.md

aljones15 commented 4 years ago

Yeah I was waiting on a few more features to accumulate before releasing, but that is fine.

On Thu, Sep 10, 2020 at 8:11 PM mattcollier notifications@github.com wrote:

Released this before I saw this PR: https://github.com/digitalbazaar/eslint-config-digitalbazaar/blob/master/CHANGELOG.md

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/digitalbazaar/eslint-config-digitalbazaar/pull/45#issuecomment-690796806, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACD6CD5A6YMLGISX4T7HHTSFFTLLANCNFSM4RANEYAA .

-- Andrew Jones

davidlehn commented 4 years ago

FYI, https://eslint.org/docs/rules/no-loss-of-precision says it was added in 7.1.0. So the peerDependency does need to be updated to something like "^7.1.0".