mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
Allow worker in eslintrc environment
This commit is contained in:
parent
b144ca7a2e
commit
01aecb3372
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
"browser": true
|
||||
"browser": true,
|
||||
"worker": true
|
||||
},
|
||||
"extends": "eslint:recommended"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue