Commit c3ae289f authored by Chris Rebert's avatar Chris Rebert

Gruntfile-specific JSHint config: disable ASI

Refs #14118
parent 502e8c06
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true
......
Markdown is supported
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