Currently there isn't one, so `npm test` falls back on whatever `.jshintrc` is closest to the project folder. Could also use a `jshint` task in NPM. Or move all the npm-based tasks to a Gulpfile.
Currently there isn't one, so
npm testfalls back on whatever.jshintrcis closest to the project folder.Could also use a
jshinttask in NPM. Or move all the npm-based tasks to a Gulpfile.