sbt / sbt-jshint

Allows jslint to be used from within sbt. Builds on com.typesafe:webdriver in order to execute jslint.js along with the scripts to verify
Other
21 stars 20 forks source link

Support .jshintignore file #43

Open martinburger opened 5 years ago

martinburger commented 5 years ago

It seems that file .jshintignore is not supported. At least I cannot get such a file working in my Play project. Furthermore, while .jshintrc is explicitly referenced in the source code, there is no reference to .jshintignore.