grunt-contrib-jshint
grunt-contrib-jshint copied to clipboard
[UPDATE DEPENDENCIES] [JSHINT 2.13.0] New release of Jshint is now avaiable
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..
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
I have created a pull request with the new version if an editor can accept the pull request? @vladikoff