eslint-community / eslint-plugin-promise

Enforce best practices for JavaScript promises
ISC License
943 stars 91 forks source link

does it support typescript? #447

Closed zzzgit closed 3 months ago

zzzgit commented 12 months ago

does it support typescript?

voxpelli commented 3 months ago

If you use typescript-eslint, then yes

brettz9 commented 3 months ago

@voxpelli I wonder if this is asking for type declaration files now that flat configs are supported...

voxpelli commented 3 months ago

@brettz9 Good thinking, we should add an issue for that (do you want to do that?)

Generating it from JS should be easy, I do it in eg neostandard

brettz9 commented 3 months ago

Added #488.