mtr-cherish / cherish

http://cherish.meteor.com
MIT License
24 stars 3 forks source link

This commit fixes #53. Adding meteor checks to them with a global ch… #115

Closed ZachStoltz closed 9 years ago

ZachStoltz commented 9 years ago

Fixing the Meteor.methods to use the check function for the defined function params.

jeffshaver commented 9 years ago

change line 107 of .eslintrc:

"new-cap": 1,

to be

"new-cap": [1, {newIsCap: true, capIsNew: false}],

This will fix the errors in regards to Match.Optional not being a constructor.

iamlasse commented 9 years ago

Great job guys and good to see the flow starting again.