gruntjs / grunt-contrib-jshint

Validate files with JSHint.
http://gruntjs.com/
MIT License
709 stars 193 forks source link

[UPDATE DEPENDENCIES] [JSHINT 2.13.0] New release of Jshint is now avaiable #302

Open madhurgupta03 opened 3 years ago

madhurgupta03 commented 3 years ago

https://jshint.com/blog/2021-05-30/release-2-13-0/ The new release brings optional chaining and other checks to the package. Please update the version.

Thank you..

alfiqmiq commented 3 years ago

Temporary solution:

yarn add jshint --dev should be v2.13.0

and next replace node_modules/grunt-contrib-jshint/node_modules/jshint with node_modules/jshint

after that i can use oprion esversion:11

BTW I'm curious why grunt-contrib-jshint doesn't use default node_modules/jshint installation

lcundiff commented 3 years ago

I have created a pull request with the new version if an editor can accept the pull request? @vladikoff