feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Fix standardJS errors (no-undef) #1531

Closed e-dot closed 3 years ago

e-dot commented 3 years ago

In order to avoid errors "no-undef" from standardJS validator, I had to add global variables in client.js, like this:

/ global io, feathers, moment /

daffl commented 3 years ago

That makes sense, thank you!