What version of Oxlint are you using?
1.63.0
What command did you run?
nothing special, default settings
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
module.exports = {
plugins: ['jest', 'vitest'],
rules: {
'jest/consistent-test-it': ['error', {fn: 'test', withinDescribe: 'it'}],
'vitest/consistent-test-it': ['error', {fn: 'test', withinDescribe: 'it'}],
},
};
What happened?
Standalone test is reported as if it's inside describe
Potential fix, but I couldn't verify it on my laptop: #22632
What version of Oxlint are you using?
1.63.0
What command did you run?
nothing special, default settings
What does your
.oxlintrc.json(oroxlint.config.ts) config file look like?What happened?
Standalone
testis reported as if it's insidedescribePotential fix, but I couldn't verify it on my laptop: #22632