Closed m-ret closed 8 years ago
Why are you passing an array to the jshint function? See the readme for acceptable arguments.
You can pass in any other options and it passes them straight to JSHint. Look at their README for more info. You can also pass in the location of your jshintrc file as a string and it will load options from it.
This is my task
here is my
.jshintrc
fileand here the errors
and those errors are present in every file of my project within
./public
The versions I am using:
what can I do?