Add globals to eslint config
This commit is contained in:
parent
b399455808
commit
b5cf352312
1 changed files with 6 additions and 1 deletions
|
@ -26,5 +26,10 @@
|
|||
"node": true,
|
||||
"browser": true
|
||||
},
|
||||
"extends": "eslint:recommended"
|
||||
"extends": "eslint:recommended",
|
||||
"globals": {
|
||||
"DevToolsAPI": false,
|
||||
"InspectorFrontendHost": false,
|
||||
"WebInspector": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue