We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import/no-duplicates
1 parent dd2e196 commit 17e0898Copy full SHA for 17e0898
crates/oxc_linter/src/rules/import/no_duplicates.rs
@@ -76,7 +76,7 @@ declare_oxc_lint!(
76
/// ```
77
NoDuplicates,
78
import,
79
- suspicious
+ style
80
);
81
82
impl Rule for NoDuplicates {
0 commit comments