diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index 6bbad0a..0936559 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,10 @@ }, "eslintConfig": { "env": { - "browser": true, - "es6": true, - "node": true + "browser": true, + "es6": true, + "node": true, + "worker": true }, "extends": "eslint:recommended", "rules": { |