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