fix undef error
This commit is contained in:
parent
096240d55a
commit
10b8990524
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
|||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"globals": { "globalThis": true, "importScripts": true },
|
||||
"globals": {
|
||||
"globalThis": true,
|
||||
"importScripts": true,
|
||||
"crossOriginIsolated": true
|
||||
},
|
||||
"parserOptions": { "sourceType": "module", "ecmaVersion": "latest" },
|
||||
"extends": ["eslint:recommended"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue