import-js/eslint-plugin-import

Rule Suggestion: require-import-type-modifiers

Open

#2,390 opened on Feb 25, 2022

View on GitHub
 (4 comments) (3 reactions) (0 assignees)JavaScript (1,540 forks)batch import
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.

Contributor guide