Skip to content

Commit c21541b

Browse files
authored
Alphabetize import order in eslint (#489)
1 parent e3646ba commit c21541b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"plugin:@typescript-eslint/recommended"
99
],
1010
"rules": {
11-
"import/order": "error",
11+
"import/order": ["error", { "alphabetize": { "order": "asc" } }],
1212
"import/first": "error",
1313
"import/no-mutable-exports": "error",
1414
"import/no-unresolved": "off",

0 commit comments

Comments
 (0)