import-js/eslint-plugin-import
View on GitHubRule Suggestion: require-import-type-modifiers
Open
#2,390 opened on Feb 25, 2022
flowhelp wantedrule proposaltypescript
Repository metrics
- Stars
- (4,946 stars)
- PR merge metrics
- (Avg merge 138d 22h) (3 merged PRs in 30d)
Description
With the release of typescript 4.5, it is possible to have type Modifiers on Import Names.
It would be great if there was a (fixable) rule that could be used to require these.
I am willing to implement this.