eradicate all per-file eslint globals

This commit is contained in:
Zeke Sikelianos
2016-03-30 14:56:30 -07:00
committed by Kevin Sawicki
parent aadc0bee25
commit 7c58f7fb02
15 changed files with 17 additions and 33 deletions

View File

@@ -21,7 +21,12 @@
},
"standard": {
"env": {
"mocha": true
}
"mocha": true,
"jquery": true,
"serviceworker": true
},
"globals": [
"WebView"
]
}
}