Add empty globals for #560

master
Addy Osmani 2014-12-04 11:52:16 +00:00
parent 764c5c55e5
commit 8ccdef4bdc
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@
"quotmark": "single",
"undef": true,
"unused": "vars",
"strict": true
"strict": true,
"globals": {}
}