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 311b993 commit 3104905Copy full SHA for 3104905
eslint.config.mjs
@@ -20,5 +20,10 @@ export default createConfigForNuxt({
20
'vue/no-v-html': 'off',
21
'vue/multi-word-component-names': 'off',
22
'@typescript-eslint/no-invalid-void-type': 'off',
23
+ // Enforce consistent comment spacing
24
+ 'spaced-comment': ['error', 'always', {
25
+ exceptions: ['*'],
26
+ markers: ['/'],
27
+ }],
28
},
29
})
0 commit comments