🔧 更新eslint配置,允许vue组件名单个单词

pull/6896/head
Caffeine19 2024-07-15 14:15:50 +08:00
parent 0148a0b45e
commit f41e325b29
1 changed files with 1 additions and 0 deletions

View File

@ -74,5 +74,6 @@ module.exports = defineConfig({
math: 'always',
},
],
'vue/multi-word-component-names': 'off',
},
});