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
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.