grunt-contrib-jshint icon indicating copy to clipboard operation
grunt-contrib-jshint copied to clipboard

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

Open madhurgupta03 opened this issue 4 years ago • 2 comments

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..

madhurgupta03 avatar Jun 02 '21 12:06 madhurgupta03

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

alfiqmiq avatar Jul 16 '21 01:07 alfiqmiq

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

lcundiff avatar Sep 02 '21 15:09 lcundiff