diff options
| author | Chris Rebert <[email protected]> | 2014-07-10 16:57:26 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-10 16:58:18 -0700 |
| commit | c3ae289f4a9e5fc14e489e3914d150954469f1ac (patch) | |
| tree | 66a33a6d30426568bd947d367d669cdcb68947aa | |
| parent | 502e8c069ea3377cc129ff4164a3797a69045b32 (diff) | |
| download | bootstrap-c3ae289f4a9e5fc14e489e3914d150954469f1ac.tar.xz bootstrap-c3ae289f4a9e5fc14e489e3914d150954469f1ac.zip | |
Gruntfile-specific JSHint config: disable ASI
Refs #14118
| -rw-r--r-- | grunt/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc index 78df94b9b..0ea0495e9 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -1,5 +1,6 @@ { "extends" : "../js/.jshintrc", + "asi" : false, "browser" : false, "es3" : false, "node" : true |
