mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
do more manual cleanup and specify globals
This commit is contained in:
committed by
Kevin Sawicki
parent
f47fa25e39
commit
c4b6cf4a8e
@@ -12,7 +12,8 @@
|
||||
},
|
||||
"standard": {
|
||||
"ignore": ["/vendor"],
|
||||
"globals": ["afterEach", "beforeEach", "describe", "it", "location"]
|
||||
"globals": ["$", "after", "afterEach", "before",
|
||||
"beforeEach", "describe", "it", "location"]
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user