Эх сурвалжийг харах

chore: eslint config change

cuiyalong 1 жил өмнө
parent
commit
b2fe36590f

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

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