mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
REST API - Meteor 1.4 - first step issue
This commit is contained in:
parent
a99218e2c7
commit
0319bcf7bb
9 changed files with 361 additions and 137 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue