Skip to content

Commit 17e0898

Browse files
committed
refactor(linter): move import/no-duplicates to style category (#11929)
closes #11926
1 parent dd2e196 commit 17e0898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/rules/import/no_duplicates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ declare_oxc_lint!(
7676
/// ```
7777
NoDuplicates,
7878
import,
79-
suspicious
79+
style
8080
);
8181

8282
impl Rule for NoDuplicates {

0 commit comments

Comments
 (0)