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?
If the tabIndex value is an expression it is not evaluated, so the rule does not trigger. This differs from the eslint implemenation.
Repro can be found here.
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"], "rules": { "jsx-a11y/no-noninteractive-tabindex": "error" } }What happened?
If the
tabIndexvalue is an expression it is not evaluated, so the rule does not trigger. This differs from the eslint implemenation.Repro can be found here.