mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Allow use of async/await
This commit is contained in:
parent
fcd59b3fa1
commit
5b47a06cbe
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"browser": true,
|
||||
"devel": true,
|
||||
"eqeqeq": true,
|
||||
"esversion": 6,
|
||||
"esversion": 8,
|
||||
"globals": {
|
||||
"browser": false, // global variable in Firefox, Edge
|
||||
"chrome": false, // global variable in Chromium, Chrome, Opera
|
||||
|
|
|
|||
Loading…
Reference in a new issue