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
}