What version of Oxlint are you using?
1.61.0
What command did you run?
oxlint
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
What happened?
Oxlint fails to recognise when the title attribute of an iframe has been set using a template literal.
Playground repro
What version of Oxlint are you using?
1.61.0
What command did you run?
oxlint
What does your
.oxlintrc.json(oroxlint.config.ts) config file look like?{ "plugins": ["jsx-a11y"], "categories": { "correctness": "off" }, "rules": { "jsx-a11y/iframe-has-title": "error", }, }What happened?
Oxlint fails to recognise when the
titleattribute of aniframehas been set using a template literal.Playground repro