diff --git a/.eslintrc.js b/.eslintrc.js index 0a15a0f..073894f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { root: true, extends: '@conduitry', + parserOptions: { sourceType: 'script', ecmaFeatures: { globalReturn: true } }, env: { node: false }, globals: { GM: 'readable', unsafeWindow: 'readable' }, };