sbt / sbt-jshint   2.0.1

GitHub

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

Scala versions: 2.12
sbt plugins: 1.x

sbt-jshint 1.0.2


Group ID:
com.typesafe.sbt
Artifact ID:
sbt-jshint
Version:
1.0.2
Release Date:
Sep 23, 2014
Licenses:
Files:

libraryDependencies += "com.typesafe.sbt" % "sbt-jshint" % "1.0.2"

Mill build tool

ivy"com.typesafe.sbt:sbt-jshint:1.0.2"

Scala CLI

//> using dep "com.typesafe.sbt:sbt-jshint:1.0.2"

Ammonite REPL

import $ivy.`com.typesafe.sbt:sbt-jshint:1.0.2`

<dependency>
  <groupId>com.typesafe.sbt</groupId>
  <artifactId>sbt-jshint</artifactId>
  <version>1.0.2</version>
</dependency>

compile group: 'com.typesafe.sbt', name: 'sbt-jshint', version: '1.0.2'