spalger / gulp-jshint

JSHint plugin for gulp
MIT License
419 stars 65 forks source link

Use jshint 2.6 #102

Closed openback closed 9 years ago

openback commented 9 years ago

2.6 updates has a quite a few bugfixes, a couple of which I'm hitting right now. Can we get that updated? Thanks!

jgoldsmith-ecs commented 9 years ago

@openback Per package.json, this library uses jshint ^2.5.6, so it already allows 2.6.x. However, I would recommend locking jshint to 2.6.0 because of a breaking change with ignore blocks not being parsed correctly. See https://github.com/jshint/jshint/issues/2215 for details.

swashcap commented 9 years ago

:+1:

gasolin commented 9 years ago

It's now jshint 2.7. some es6 features such as template string lint is required for newer version

b-long commented 9 years ago

:+1: