summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-04-27 20:49:24 +0300
committerLauri Ojansivu <x@xet7.org>2017-04-27 20:49:24 +0300
commit0319bcf7bb090328e67766234723f5986c00bba2 (patch)
treed81ecf4ccc1bd77899ba2cbcb253d46e95f6b76a /.eslintrc.json
parenta99218e2c7f210adc9eef83f6474395f8c52c84e (diff)
downloadwekan-0319bcf7bb090328e67766234723f5986c00bba2.tar.gz
wekan-0319bcf7bb090328e67766234723f5986c00bba2.tar.bz2
wekan-0319bcf7bb090328e67766234723f5986c00bba2.zip
REST API - Meteor 1.4 - first step issue
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 2aab7b6f..3fbab2d1 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -52,8 +52,8 @@
"prefer-const": 2,
"prefer-spread": 2,
"prefer-template": 2,
- "no-console":"off",
- "no-unused-vars":"warn"
+ "no-console": 0,
+ "no-unused-vars" : "warn"
},
"globals": {
"Meteor": false,
@@ -125,6 +125,10 @@
"Checklists": true,
"Settings": true,
"InvitationCodes": true,
+<<<<<<< HEAD
"Winston":true
+=======
+ "JsonRoutes" : true
+>>>>>>> 3a5150f6eef86816471f7b0134d3d93cf6686413
}
}