We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035028 commit 9d55690Copy full SHA for 9d55690
eslint.config.mjs
@@ -18,6 +18,7 @@ export default createConfigForNuxt({
18
.append(
19
{
20
rules: {
21
+ 'import/order': 'warn',
22
'@typescript-eslint/no-explicit-any': 'warn',
23
'vue/valid-v-slot': 'warn',
24
},
0 commit comments