-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
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 with https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/consistent-type-specifier-style.md.
bradzacher
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs