We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd106b commit 6ccf4c0Copy full SHA for 6ccf4c0
1 file changed
eslint.config.js
@@ -11,7 +11,8 @@ export default defineConfig([
11
extends: ['js/recommended'],
12
languageOptions: { globals: globals.browser },
13
rules: {
14
- 'vue/multi-word-component-names': 'off'
+ 'vue/multi-word-component-names': 'off',
15
+ 'vue/script-indent': ['error', 'tab', { baseIndent: 1 }]
16
}
17
18
])
0 commit comments