allow global return in scripts
This commit is contained in:
parent
6a5984880f
commit
41fa36932a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: '@conduitry',
|
||||
parserOptions: { sourceType: 'script', ecmaFeatures: { globalReturn: true } },
|
||||
env: { node: false },
|
||||
globals: { GM: 'readable', unsafeWindow: 'readable' },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue