Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
The proposal is to investigate whether it makes sense to usehttps://www.npmjs.com/package/@arethetypeswrong/cli to validate our type declarations in CI.
We've had some minor issues with this in the past:
- Docs: add type annotation for
tseslint.config()
usage examples #10508 - fix(eslint-plugin): correct use-at-your-own-risk type definitions #10049
TS is imminently coming out with several new module configurations (which hopefully will be analyzed for by arethetypeswrong at some point)
- Add
--module node18
microsoft/TypeScript#60705 - Support
require(esm)
in--module nodenext
microsoft/TypeScript#60761
So it would be cool to automate ensuring that these strategies are all valid
Additional Info
No response