Skip to content

Commit 6ccf4c0

Browse files
committed
feat: update eslint rules to indent vue components
1 parent 9cd106b commit 6ccf4c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default defineConfig([
1111
extends: ['js/recommended'],
1212
languageOptions: { globals: globals.browser },
1313
rules: {
14-
'vue/multi-word-component-names': 'off'
14+
'vue/multi-word-component-names': 'off',
15+
'vue/script-indent': ['error', 'tab', { baseIndent: 1 }]
1516
}
1617
}
1718
])

0 commit comments

Comments
 (0)