diff options
Diffstat (limited to 'tools/jscheck.sh')
-rwxr-xr-x | tools/jscheck.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/jscheck.sh b/tools/jscheck.sh new file mode 100755 index 000000000..b85ddf2ed --- /dev/null +++ b/tools/jscheck.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cd $(dirname $0)/../web + +jshint --config ../tools/jshint.json . |