Allow worker in eslintrc environment

This commit is contained in:
Tim Mickel 2016-06-21 14:42:34 -04:00
parent b144ca7a2e
commit 01aecb3372

View file

@ -13,7 +13,8 @@
},
"env": {
"node": true,
"browser": true
"browser": true,
"worker": true
},
"extends": "eslint:recommended"
}