Skip to content

Commit eb48931

Browse files
committed
Merge pull request #56 from michaelficarra/fix-jshint-config
fix .jshintrc and Travis CI
2 parents 5b8da18 + fcbf57c commit eb48931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"freeze": true,
66
"funcscope": true,
77
"futurehostile": true,
8-
"globalstrict": true,
8+
"strict": "global",
99
"latedef": true,
1010
"maxparams": 1,
1111
"noarg": true,

0 commit comments

Comments
 (0)