Skip to content

Commit 4e413f6

Browse files
committed
chore(eslint): add sort-imports rule
https://eslint.org/docs/latest/rules/sort-imports
1 parent 56eda37 commit 4e413f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export default tseslint.config(
2727
argsIgnorePattern: "^_",
2828
varsIgnorePattern: "^_"
2929
}
30-
]
30+
],
31+
"sort-imports": [ "error", { ignoreCase: false } ]
3132
}
3233
},
3334
{

0 commit comments

Comments
 (0)