Skip to content

Commit fdca209

Browse files
committed
fix: incorrect rule name
1 parent ad062e4 commit fdca209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .oxlintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484
],
8585
"import/named": "error",
86-
"import/sort-imports": "error",
86+
"import/order": "error",
8787
"import/no-duplicates": "error",
8888
"import/no-import-assign": "error",
8989
"import/no-self-import": "error",

0 commit comments

Comments
 (0)