REST API - Meteor 1.4 - first step issue

This commit is contained in:
Lauri Ojansivu 2017-04-27 20:49:24 +03:00
parent a99218e2c7
commit 0319bcf7bb
9 changed files with 361 additions and 137 deletions

View file

@ -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
}
}