Skip to content

Commit 06f4611

Browse files
[autofix.ci] apply automated fixes
1 parent d981385 commit 06f4611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/oxlint/src/lint.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ use cow_utils::CowUtils;
99
use ignore::{gitignore::Gitignore, overrides::OverrideBuilder};
1010
use oxc_diagnostics::{DiagnosticService, GraphicalReportHandler};
1111
use oxc_linter::{
12-
loader::LINT_PARTIAL_LOADER_EXT, AllowWarnDeny, ConfigStore, ConfigStoreBuilder,
13-
InvalidFilterKind, LintFilter, LintOptions, LintService, LintServiceOptions, Linter, Oxlintrc,
12+
AllowWarnDeny, ConfigStore, ConfigStoreBuilder, InvalidFilterKind, LintFilter, LintOptions,
13+
LintService, LintServiceOptions, Linter, Oxlintrc, loader::LINT_PARTIAL_LOADER_EXT,
1414
};
1515
use oxc_span::VALID_EXTENSIONS;
1616
use rustc_hash::{FxHashMap, FxHashSet};

0 commit comments

Comments
 (0)