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/multi-word-component-names': 0,
     'vue/no-multiple-template-root': 'off',
     'vue/no-multiple-template-root': 'off',
     'vue/first-attribute-linebreak': 'off',
     'vue/first-attribute-linebreak': 'off',
-    'vue/setup-compiler-macros': true,
+    'vue/setup-compiler-macros': 0,
   },
   },
 }
 }