What version of Oxlint are you using?
1.64.0
What command did you run?
No response
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
What happened?
oxlint reports error, even though title prop is provided on <iframe>:
see reproduction at https://github.com/stefanprobst/issue-oxlint-jsx-iframe
What version of Oxlint are you using?
1.64.0
What command did you run?
No response
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 reports error, even though
titleprop is provided on<iframe>:see reproduction at https://github.com/stefanprobst/issue-oxlint-jsx-iframe