Currently, I am utilizing mean.js and I have incorporated Underscore (via a static file) and Google Maps (from their CDN).
While working on a service, I encounter an error from JsHint as soon as I save the file:
^ '_' is not defined.
as well as
^ 'google' is not defined.
Even though both functionalities are working properly, I am looking for a way to resolve this error. Can anyone provide assistance on how to accomplish this?