mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
校验规则修改
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user