We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gulp eslint
gulp jshint
1 parent ce06f6e commit df6c356Copy full SHA for df6c356
scripts/circle/test.sh
@@ -24,7 +24,7 @@ function run {
24
case $INDEX in
25
0)
26
[ -z $IS_MASTER ] || node_modules/.bin/gulp ddescribe-iit
27
- node_modules/.bin/gulp jshint
+ node_modules/.bin/gulp eslint
28
node_modules/.bin/gulp karma --browsers=PhantomJS --reporters=dots
29
;;
30
1)
0 commit comments