Skip to content

Commit 1f14f93

Browse files
committed
dx: reformat
1 parent 9d55690 commit 1f14f93

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

eslint.config.mjs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ export default createConfigForNuxt({
1515
],
1616
},
1717
})
18-
.append(
19-
{
20-
rules: {
21-
'import/order': 'warn',
22-
'@typescript-eslint/no-explicit-any': 'warn',
23-
'vue/valid-v-slot': 'warn',
24-
},
18+
.append({
19+
rules: {
20+
'import/order': 'warn',
21+
'@typescript-eslint/no-explicit-any': 'warn',
22+
'vue/valid-v-slot': 'warn',
2523
},
26-
)
24+
})

0 commit comments

Comments
 (0)