When the option is set to true, the comment "// jshint ignore: start" is prepended to the compiled translations file. Thus the file is ignored by JSHint.
I'm using Angularjs in a Play Framework project. JS files are processed by JSHint using sbt-jshint. At the moment, sbt-jshint has no way for me to assign files to be ignored.
When the option is set to true, the comment "// jshint ignore: start" is prepended to the compiled translations file. Thus the file is ignored by JSHint.
I'm using Angularjs in a Play Framework project. JS files are processed by JSHint using sbt-jshint. At the moment, sbt-jshint has no way for me to assign files to be ignored.