1
0
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:
Whymarrh Whitby 2020-09-02 12:38:11 -02:30 committed by GitHub
parent 1e99a7b0c3
commit 449118dfc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,9 +34,7 @@ module.exports = {
], ],
globals: { globals: {
'$': 'readonly',
document: 'readonly', document: 'readonly',
QUnit: 'readonly',
window: 'readonly', window: 'readonly',
}, },