We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version: 2.26.0
2.26.0
Example:
It seems that the following import statements can't be combined into one
import type { Foo } from 'pathToModule'; import type * as AllTypes from 'pathToModule';
Expected: supports the user-case & no import/no-duplicates error
import/no-duplicates