aaronte / angular-universal-firebase

https://angular-universal-firebase.firebaseapp.com/
27 stars 9 forks source link

Expected catch() or return Functions #1

Closed stefandewaard closed 6 years ago

stefandewaard commented 6 years ago

14:15 warning Unexpected function expression prefer-arrow-callback 15:3 error Expected catch() or return promise/catch-or-return

While trying to deploy functions

aaronte commented 6 years ago

Hi @stefandewaard. This seems to be a problem with ESLint. Either you fix the errors that the linter is catching or you can remove the eslint from the predeploy scripts in your firebase deploy.