Disable warnings about undefined variables
This commit is contained in:
@@ -12,7 +12,5 @@
|
||||
"noarg": true,
|
||||
"node": true,
|
||||
"strict": false,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"predef" : ["Modernizr"]
|
||||
"trailing": true
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user