Disable warnings about undefined variables
This commit is contained in:
@@ -12,7 +12,5 @@
|
|||||||
"noarg": true,
|
"noarg": true,
|
||||||
"node": true,
|
"node": true,
|
||||||
"strict": false,
|
"strict": false,
|
||||||
"trailing": true,
|
"trailing": true
|
||||||
"undef": true,
|
|
||||||
"predef" : ["Modernizr"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
### HEAD
|
### HEAD
|
||||||
|
* Disable warnings about undefined variables (JSHint)
|
||||||
* Merge in updates from HTML5 Boilerplate
|
* Merge in updates from HTML5 Boilerplate
|
||||||
* Add JS source map (disabled by default)
|
* Add JS source map (disabled by default)
|
||||||
* Update to Bootstrap 3.0.2
|
* Update to Bootstrap 3.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user