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

pull/6896/head
Caffeine19 4 months ago
parent 0148a0b45e
commit f41e325b29

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

Loading…
Cancel
Save