Skip to content

Commit 9d55690

Browse files
committed
dx: add eslint warn import order rule
1 parent d035028 commit 9d55690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default createConfigForNuxt({
1818
.append(
1919
{
2020
rules: {
21+
'import/order': 'warn',
2122
'@typescript-eslint/no-explicit-any': 'warn',
2223
'vue/valid-v-slot': 'warn',
2324
},

0 commit comments

Comments
 (0)