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

Please bump to the latest jslint-node webjar 2.6.3 #27

Closed fdietze closed 7 years ago

fdietze commented 9 years ago

"org.webjars" % "jshint-node" % "2.6.3"

fdietze commented 9 years ago

I sent a pull request: https://github.com/sbt/sbt-jshint/pull/28

tiagoengel commented 9 years ago

+1 jshint-node is obsolete now. Why not use the latest version on npm instead?

benmccann commented 7 years ago

Currently using "org.webjars.npm" % "jshint" % "2.9.3"