0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01: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

View File

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