mozilla / fxa-js-client-old

PICL client library
Other
4 stars 6 forks source link

ES5 warnings when running JSHint via Grunt #25

Open pdehaan opened 11 years ago

pdehaan commented 11 years ago

In a separate PR (#24), I added a JSHint target for Grunt. When running it with the existing .jshintrc file, I noticed a bunch of these warnings:

>> ES5 option is now set per default
Linting lib/models/token.js ...ERROR
>> ES5 option is now set per default
Linting lib/models/token.js ...ERROR

Not sure if we want to remove the "es5": true, rule on .jshintrc:L17