Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
Splitting out from#8520 (comment): it'd be nice to standardize how we import with type specifiers. +1!
- import { type ASTAndDefiniteProgram } from './create-program/shared';+ import type { ASTAndDefiniteProgram } from './create-program/shared';
Let's enable it withhttps://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/consistent-type-specifier-style.md.