Skip to content

Commit

Permalink
feat(linter / no_duplicate_imports): change the rule category to "style"
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoutnik97 committed Nov 25, 2024
1 parent c589152 commit 95b33c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/eslint/no_duplicate_imports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ declare_oxc_lint!(
/// import something from 'another-module';
/// ```
NoDuplicateImports,
nursery,
style,
pending);

#[derive(Debug, Clone, PartialEq)]
Expand Down

0 comments on commit 95b33c7

Please sign in to comment.