Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update eslint envs to include worker
  • Loading branch information
maniart committed Dec 28, 2016
1 parent 6fa9ac7 commit c1c97df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -63,6 +63,7 @@ module.exports = {
"env": {
"es6": true,
"browser": true,
"worker": true,
"node": true,
"mocha": true
},
Expand Down

0 comments on commit c1c97df

Please sign in to comment.