mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
feat(eslintrc.js): update eslintrc.js, add some global variables
This commit is contained in:
parent
cdcad5ebc1
commit
337cf1d526
@ -1,6 +1,11 @@
|
||||
module.exports = {
|
||||
"extends": "standard",
|
||||
"globals": {
|
||||
"Element": true
|
||||
"Element": true,
|
||||
"fetch": true,
|
||||
"Image": true,
|
||||
"Event": true,
|
||||
"self": true,
|
||||
"Node": true
|
||||
}
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user