3 lines
84 B
Bash
3 lines
84 B
Bash
#!/usr/bin/env bash
|
|
set -x
|
|
jshint ./$1 | grep -v "node_modules" | grep "Extra comma" |