浏览代码

fix: linter

Alvaro 2 年之前
父节点
当前提交
458b7c5508
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -32,6 +32,6 @@ module.exports = {
     'vue/multi-word-component-names': 0,
     'vue/no-multiple-template-root': 'off',
     'vue/first-attribute-linebreak': 'off',
-    'vue/setup-compiler-macros': true,
+    'vue/setup-compiler-macros': 0,
   },
 }