summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-04-27 20:40:33 +0300
committerLauri Ojansivu <x@xet7.org>2017-04-27 20:40:33 +0300
commita99218e2c7f210adc9eef83f6474395f8c52c84e (patch)
tree041c8049918b3f9da688681d997bf694cabfcd27 /.eslintrc.json
parent5c429816c16c3610802f322125b95f4a7f46fb97 (diff)
parent7a94824084a05ced51671b13739dfaf0c9cf14e5 (diff)
downloadwekan-a99218e2c7f210adc9eef83f6474395f8c52c84e.tar.gz
wekan-a99218e2c7f210adc9eef83f6474395f8c52c84e.tar.bz2
wekan-a99218e2c7f210adc9eef83f6474395f8c52c84e.zip
Merge branch 'huneau-meteor-1.4-LOGGER' into meteor-1.4
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 416548eb..2aab7b6f 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -51,7 +51,9 @@
"object-shorthand": 2,
"prefer-const": 2,
"prefer-spread": 2,
- "prefer-template": 2
+ "prefer-template": 2,
+ "no-console":"off",
+ "no-unused-vars":"warn"
},
"globals": {
"Meteor": false,
@@ -122,6 +124,7 @@
"Emoji": true,
"Checklists": true,
"Settings": true,
- "InvitationCodes": true
+ "InvitationCodes": true,
+ "Winston":true
}
}