aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-12-28 17:39:09 +1100
committerdaurnimator <quae@daurnimator.com>2017-12-28 17:44:24 +1100
commit746e9017b3b3989e501968c19f6fa82f831004c0 (patch)
tree4f95d3c91a1987b307273d5736e84e0b8570ba0b /package.json
parent2fb328badf87294a412c0430772461644a080b8c (diff)
downloadfengari-746e9017b3b3989e501968c19f6fa82f831004c0.tar.gz
fengari-746e9017b3b3989e501968c19f6fa82f831004c0.tar.bz2
fengari-746e9017b3b3989e501968c19f6fa82f831004c0.zip
src/loadlib.js: Add support for web worker global env
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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": {