... but the answer doesn't work.
- I have a .jshintrc file in C:\Users\UserName\
- I have copied default settings from https://github.com/jshint/jshint/blob/master/examples/.jshintrc
- I have set
"unused" : false
- I have closed and reopened Visual Studio 2013
- I have rebuilt the project.
Why does JsHint continue to show "unused" errors? Further troubleshooting...
- I have deleted any additional .jshintrc files on the computer.
- I have put a .jshintrc file in the root solution folder.
- I have put a .jshintrc file in the root project folder.
- I have then restarted Visual Studio 2013.
Still it shows the "unused" error. What gives? Further troubleshooting
- I have updated Web Essentials from 1.8.5 to 1.9.
Still no dice.