Skip to content

Commit 2b34f06

Browse files
committed
chore: add configuration for unplugin-vue-router to disable multi-word component names rule
1 parent ba61278 commit 2b34f06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ export default defineConfigWithVueTs(
2828
},
2929
skipFormatting,
3030

31+
{
32+
name: 'app/unplugin-vue-router',
33+
files: ['src/pages/**/*.vue'],
34+
rules: {
35+
'vue/multi-word-component-names': 'off'
36+
}
37+
},
38+
3139
{
3240
files: ['**/*.{ts,mts,tsx,vue}'],
3341
rules: {

0 commit comments

Comments
 (0)