I have been using jslint for a while in javascript projects edited with VS2013. But I am now experimenting with the 'Tools for Apache Cordova' plugin for VS2013 and jslint won't run with any of the .js files in the project. I get the error message "The directory name [project path]\mymap.jsproj is invalid". But 'mymap.jsproj' isn't a directory, it's the VS2013 project definition file.
However if I load a .js file that's not part of the project into the same IDE, jslint runs on that OK. It also runs OK on a javascript project that isn't based on Cordova.
Just upgraded to VS2015 and have the same problem. Any suggestions?