修改命名规则
This commit is contained in:
parent
e493bd98ab
commit
4721d579aa
|
@ -15,5 +15,9 @@ module.exports = {
|
|||
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
'camelcase': 'off',
|
||||
'vue/attribute-hyphenation': 'off',
|
||||
//禁用命名规则
|
||||
'vue/name-property-casing': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/no-deprecated-scope-attribute': 'off',
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue