Browse Source

修改eslint configText报错

aamin 1 năm trước cách đây
mục cha
commit
22a9f3455a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -52,5 +52,6 @@ module.exports = {
     useSizeAdapt: true,
     defineProps: true,
     defineEmits: true,
+    configText: true,
   }
 }