Alvaro 2 лет назад
Родитель
Сommit
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,
   },
 }