From 00a357cd7067cf5c8b055deacfe2e9bc28b06c5e Mon Sep 17 00:00:00 2001 From: huneau romain Date: Wed, 19 Apr 2017 16:16:31 +0200 Subject: add console, file, and zulip logger on database changes --- .eslintrc.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 416548eb..bb26c208 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -51,7 +51,8 @@ "object-shorthand": 2, "prefer-const": 2, "prefer-spread": 2, - "prefer-template": 2 + "prefer-template": 2, + "no-console":"off" }, "globals": { "Meteor": false, @@ -122,6 +123,7 @@ "Emoji": true, "Checklists": true, "Settings": true, - "InvitationCodes": true + "InvitationCodes": true, + "Winston":true } } -- cgit v1.2.3-1-g7c22