-
-
Notifications
You must be signed in to change notification settings - Fork 933
Closed
Labels
Description
What version of Oxlint are you using?
0.10.1
What command did you run?
oxlint -c oxlintrc.json --quiet
What does your .oxlint.json config file look like?
{
"plugins": ["import"],
"rules": {
"import/no-duplicates": "error"
}
}What happened?
Looks like some regression after #6694 but that not catched, because we don't have some valid test cases for it.
I provide valid test case for reproduction:
(
r"import { ReactiveFormsModule } from '@angular/forms';
import { RouterModule, Routes } from '@angular/router';",
None,
),Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet