From ee9ccde295808f2dccdc8d92cc360fabd65871eb Mon Sep 17 00:00:00 2001 From: Mauro Junior Date: Fri, 21 Jul 2017 17:52:10 -0300 Subject: [PATCH] feat: eslint `no-console` do not show warning anymore, no reason for that in node enviroment --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index def02c8..031546e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -15,6 +15,7 @@ } }, "rules": { + "no-console": 0, "comma-dangle": 0, "new-cap": 0, "global-require": 0,