summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
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
}
}