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

Update jshint to 2.9.3 #36

Closed koppor closed 7 years ago

koppor commented 8 years ago

As of today, jshint 2.9.1 is the latest version available on webjars (refs https://github.com/webjars/jshint/issues/17). This PR updates the dependency to it.

This updates jshint from jshint-node 2.6.3-2 to jshint 2.9.3

I am unsure about the side effects of exchanging the node variant to the normal variant, but the tests go through.

lightbend-cla-validator commented 8 years ago

Hi @koppor,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

http://www.lightbend.com/contribute/cla

lightbend-cla-validator commented 8 years ago

Hi @koppor,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

http://www.lightbend.com/contribute/cla

lightbend-cla-validator commented 8 years ago

Hi @koppor,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

http://www.lightbend.com/contribute/cla

koppor commented 8 years ago

CLA signed successfully.

wsargent commented 7 years ago

LGTM