What version of Oxlint are you using?
1.59.0
What command did you run?
oxlint .
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
What happened?
I expect lines with explicit .js extensions to be flagged:
import {Test} from "./Test.js"
but they are not.
FULL REPRO
What version of Oxlint are you using?
1.59.0
What command did you run?
oxlint .
What does your
.oxlintrc.json(oroxlint.config.ts) config file look like?What happened?
I expect lines with explicit
.jsextensions to be flagged:but they are not.
FULL REPRO