Alvaro 2 lat temu
rodzic
commit
458b7c5508
1 zmienionych plików z 1 dodań i 1 usunięć
  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,
   },
 }