Browse Source

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

pull/6896/head
Caffeine19 4 months ago
parent
commit
f41e325b29
  1. 1
      jeecgboot-vue3/.eslintrc.js

1
jeecgboot-vue3/.eslintrc.js

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

Loading…
Cancel
Save