校验规则修改

This commit is contained in:
gary.fu
2023-12-29 17:25:22 +08:00
parent 773923d761
commit 4b75e5713c

View File

@@ -1,5 +1,5 @@
/* eslint-env node */
module.exports = {
export default {
root: true,
'extends': [
'plugin:vue/vue3-recommended',
@@ -8,5 +8,8 @@ module.exports = {
],
parserOptions: {
ecmaVersion: 'latest'
},
rules: {
'vue/multi-word-component-names': "off"
}
}