瀏覽代碼

eslint:关闭部分语法规则

洪海涛 4 年之前
父節點
當前提交
47812046a2
共有 1 個文件被更改,包括 2 次插入0 次删除
  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,