Open pdehaan opened 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
"es5": true,
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:
Not sure if we want to remove the
"es5": true,
rule on .jshintrc:L17