mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
eradicate all per-file eslint globals
This commit is contained in:
committed by
Kevin Sawicki
parent
aadc0bee25
commit
7c58f7fb02
@@ -21,7 +21,12 @@
|
||||
},
|
||||
"standard": {
|
||||
"env": {
|
||||
"mocha": true
|
||||
}
|
||||
"mocha": true,
|
||||
"jquery": true,
|
||||
"serviceworker": true
|
||||
},
|
||||
"globals": [
|
||||
"WebView"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user