allow global return in scripts

このコミットが含まれているのは:
Conduitry 2020-04-05 18:04:03 -04:00
コミット 41fa36932a
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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