Skip to content

linter: import/no-cycle false neg for export type #10547

@oleasteo

Description

@oleasteo

What version of Oxlint are you using?

0.16.7

What command did you run?

npx oxlint --quiet

What does your .oxlintrc.json config file look like?

rules contains

"import/no-cycle": "error"

What happened?

The ignore_types option (enabled by default) does not properly recognize export type { … } from "…" as a type import.

I get an error where none should be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-linterArea - Lintergood first issueExperience Level - Good for newcomers

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions