Skip to content

Commit c3ae289

Browse files
committed
Gruntfile-specific JSHint config: disable ASI
Refs twbs#14118
1 parent 502e8c0 commit c3ae289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grunt/.jshintrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends" : "../js/.jshintrc",
3+
"asi" : false,
34
"browser" : false,
45
"es3" : false,
56
"node" : true

0 commit comments

Comments
 (0)