What version of Oxlint are you using?
0.11.1
What command did you run?
yarn oxlint -c .oxlint.json
What does your .oxlint.json config file look like?
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"categories": {
"correctness": "allow"
},
"plugins": ["jsx-a11y"],
"env": {},
"globals": {},
"settings": {},
"rules": {
"jsx-a11y/iframe-has-title": "error"
}
}
What happened?
jsx-a11y/iframe-has-title rule does not accept a title is function that return string. ESLint passed it.
You can see source code at here.
Attachments:
