Disable warnings about undefined variables

This commit is contained in:
Ben Word
2013-11-07 21:04:39 -06:00
parent e8e5e82a05
commit e362daecf2
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,5 @@
"noarg": true,
"node": true,
"strict": false,
"trailing": true,
"undef": true,
"predef" : ["Modernizr"]
"trailing": true
}

View File

@@ -1,4 +1,5 @@
### HEAD
* Disable warnings about undefined variables (JSHint)
* Merge in updates from HTML5 Boilerplate
* Add JS source map (disabled by default)
* Update to Bootstrap 3.0.2