Browse Source

chore: eslint config change

cuiyalong 1 năm trước cách đây
mục cha
commit
b2fe36590f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/mobile/.eslintrc.json

+ 1 - 1
apps/mobile/.eslintrc.json

@@ -4,7 +4,7 @@
     "browser": true
     "browser": true
   },
   },
   "rules": {
   "rules": {
-    "no-console": "warn",
+    "no-console": "off",
     "no-debugger": "warn",
     "no-debugger": "warn",
     "indent": ["error", 2, { "SwitchCase": 1 }],
     "indent": ["error", 2, { "SwitchCase": 1 }],
     "quotes": ["error", "single"]
     "quotes": ["error", "single"]