Browse Source

chore(core): 修改打包

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

+ 1 - 0
.eslintrc.js

@@ -6,5 +6,6 @@ module.exports = {
   },
   rules: {
     '@typescript-eslint/no-unused-expressions': 'off',
+    '@typescript-eslint/no-unused-vars': 'off',
   },
 };