Skip to content

Repo: Enable import/consistent-type-specifier-style internally #8523

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    accepting prsGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions