You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to disable some of the warnings (which for some reason seem to be interpreted as errors by Play?!), but they don't have explicit names. The technique for doing that is outlined on http://www.jshint.com/docs/ - just add the --verbose flag to the command line.
Options can be specified in accordance with the JSHint website and they share the same set of defaults. To set an option you can provide a .jshintrc file within your project's base directory. If there is no such file then a .jshintrc file will be search for in your home directory. This behaviour can be overridden by using a JshintKeys.config setting for the plugin. JshintKeys.config is used to specify the location of a configuration file.
I need to disable some of the warnings (which for some reason seem to be interpreted as errors by Play?!), but they don't have explicit names. The technique for doing that is outlined on http://www.jshint.com/docs/ - just add the
--verbose
flag to the command line.But how do I do that in sbt-jshint?
Reading https://github.com/sbt/sbt-jshint/blob/master/src/main/scala/com/typesafe/sbt/jshint/SbtJSHint.scala and https://github.com/sbt/sbt-jshint/blob/master/src/main/resources/jshint-shell.js seems to indicate that it's not currently possible?
The text was updated successfully, but these errors were encountered: