Commit c3ae289f authored by Chris Rebert's avatar Chris Rebert
Browse files

Gruntfile-specific JSHint config: disable ASI

Refs #14118
parent 502e8c06
Showing with 1 addition and 0 deletions
+1 -0
{ {
"extends" : "../js/.jshintrc", "extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false, "browser" : false,
"es3" : false, "es3" : false,
"node" : true "node" : true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment