diff --git a/.eslintrc.json b/.eslintrc.json index 3faa3ff01..519a48447 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,6 +23,7 @@ "semi": [ "error", "always" - ] + ], + "no-console": "off" } } \ No newline at end of file