mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 02:12:44 +01:00
Allow use of async/await
This commit is contained in:
parent
fcd59b3fa1
commit
5b47a06cbe
@ -2,7 +2,7 @@
|
|||||||
"browser": true,
|
"browser": true,
|
||||||
"devel": true,
|
"devel": true,
|
||||||
"eqeqeq": true,
|
"eqeqeq": true,
|
||||||
"esversion": 6,
|
"esversion": 8,
|
||||||
"globals": {
|
"globals": {
|
||||||
"browser": false, // global variable in Firefox, Edge
|
"browser": false, // global variable in Firefox, Edge
|
||||||
"chrome": false, // global variable in Chromium, Chrome, Opera
|
"chrome": false, // global variable in Chromium, Chrome, Opera
|
||||||
|
Loading…
Reference in New Issue
Block a user