Explorar o código

eslint:关闭部分语法规则

洪海涛 %!s(int64=4) %!d(string=hai) anos
pai
achega
47812046a2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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,