Gruntfile-specific JSHint config: disable ASI

Refs #14118
This commit is contained in:
Chris Rebert 2014-07-10 16:57:26 -07:00
parent 502e8c069e
commit c3ae289f4a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true