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