|
@@ -25,6 +25,8 @@ module.exports = {
|
|
"vue/multiline-html-element-content-newline":"off",
|
|
"vue/multiline-html-element-content-newline":"off",
|
|
"vue/name-property-casing": ["error", "PascalCase"],
|
|
"vue/name-property-casing": ["error", "PascalCase"],
|
|
"vue/no-v-html": "off",
|
|
"vue/no-v-html": "off",
|
|
|
|
+ "vue/html-closing-bracket-newline": "off",
|
|
|
|
+ "vue/html-indent": "off",
|
|
'accessor-pairs': 2,
|
|
'accessor-pairs': 2,
|
|
'arrow-spacing': [2, {
|
|
'arrow-spacing': [2, {
|
|
'before': true,
|
|
'before': true,
|