Browse Source

eslint:关闭部分语法规则

洪海涛 4 years ago
parent
commit
47812046a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .eslintrc.js

+ 2 - 0
.eslintrc.js

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