summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorhuneau romain <huneau.romain@gmail.com>2017-04-19 16:16:31 +0200
committerhuneau romain <huneau.romain@gmail.com>2017-04-19 16:16:31 +0200
commit00a357cd7067cf5c8b055deacfe2e9bc28b06c5e (patch)
treecb889058ca1943ba27a36aa47054bb002633f3ee /.eslintrc.json
parent0c8cfe2e0b80f25caff76b758b043dbe9e52ed42 (diff)
downloadwekan-00a357cd7067cf5c8b055deacfe2e9bc28b06c5e.tar.gz
wekan-00a357cd7067cf5c8b055deacfe2e9bc28b06c5e.tar.bz2
wekan-00a357cd7067cf5c8b055deacfe2e9bc28b06c5e.zip
add console, file, and zulip logger on database changes
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 4 insertions, 2 deletions
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
}
}