update vue 2.7.0

This commit is contained in:
xingyu4j
2022-11-08 12:23:15 +08:00
parent 3fa8e69af0
commit fd30368628
3 changed files with 3155 additions and 2941 deletions

View File

@ -15,13 +15,6 @@ module.exports = {
// add your custom rules here
//it is base on https://github.com/vuejs/eslint-config-vue
rules: {
"vue/max-attributes-per-line": [2, {
"singleline": 10,
"multiline": {
"max": 1,
"allowFirstLine": false
}
}],
"vue/singleline-html-element-content-newline": "off",
"vue/multiline-html-element-content-newline":"off",
"vue/name-property-casing": ["error", "PascalCase"],