mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove unneeded globals from ESLint config (#9342)
This commit is contained in:
parent
1e99a7b0c3
commit
449118dfc9
@ -34,9 +34,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
globals: {
|
globals: {
|
||||||
'$': 'readonly',
|
|
||||||
document: 'readonly',
|
document: 'readonly',
|
||||||
QUnit: 'readonly',
|
|
||||||
window: 'readonly',
|
window: 'readonly',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user