2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
View File
@@ -1,5 +1,6 @@
{
"extends" : "../js/.jshintrc",
"asi" : false,
"browser" : false,
"es3" : false,
"node" : true