1
Forka 0

allow global return in scripts

This commit is contained in:
Conduitry 2020-04-05 18:04:03 -04:00
parent 6a5984880f
commit 41fa36932a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni

Vedi File

@ -1,6 +1,7 @@
module.exports = {
root: true,
extends: '@conduitry',
parserOptions: { sourceType: 'script', ecmaFeatures: { globalReturn: true } },
env: { node: false },
globals: { GM: 'readable', unsafeWindow: 'readable' },
};