amilajack / eslint-plugin-flowtype-errors

Run Flow as an ESLint plugin
MIT License
402 stars 32 forks source link

Add "uncovered" rule, to individually lint against uncovered expressions #231

Closed jaredly closed 3 years ago

jaredly commented 3 years ago

On my team we find this method much more valuable than "coverage percentages", but we've been using our own custom linter for it -- we'd much rather have it integrated with eslint, so I figured I'd see if you're interested in having it added here :D

Here's what it looks like in action: image

jaredly commented 3 years ago

oh good call :)

amilajack commented 3 years ago

🥳 nice!

jaredly commented 3 years ago

woohoo!!! just so I know what to expect -- do you have an idea of when you'll release a new version?

amilajack commented 3 years ago

asap. working on bumping dependencies now and i'll bump after that

amilajack commented 3 years ago

@jaredly Published this in https://github.com/amilajack/eslint-plugin-flowtype-errors/releases/tag/v4.4.0-0. Try the prerelease out with npm install eslint-plugin-flowtype-errors@next and let me know if this works for you. If it does, I'll publish 4.4.0

jaredly commented 3 years ago

yup looks perfect! Thank you so much for the quick response!

amilajack commented 3 years ago

Published 4.4.0 🥳