What version of Oxlint are you using?
0.11.0
What command did you run?
oxlint -c oxlintrc.json
What does your .oxlint.json config file look like?
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": ["import", "unicorn"],
"rules": {
"import/no-commonjs": "error",
"import/no-cycle": "error",
"import/no-duplicates": "error",
"import/no-self-import": "error"
}
}
What happened?
Rule import/no-commonjs works perfectly, but import/no-cycle or import/no-duplicates not show any sign of error or warn. Maybe problem in multiple spans in rule diagnostic or maybe in incorrect in terms of vscode large help info that not correctly handled by VSCode extension?
P. S. all rules works well in oxlint console output