Determine TypeScript version support #68
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: cleanup
Tech debt or other code/repository cleanups 🧹
Overview
What version range of TypeScript should this plugin support?
Actual Behavior
Apparently it goes back to 2.0:
eslint-plugin-expect-type/src/rules/expect.ts
Line 611 in 312aa1e
Expected Behavior
I'd propose going along with https://github.com/DefinitelyTyped/DefinitelyTyped/#support-window: versions of TypeScript less than 2 years old.
Let's:
The text was updated successfully, but these errors were encountered: