mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Use esversion
instead of deprecated esnext
This commit is contained in:
parent
29b10d2151
commit
00236cf54f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"browser": true,
|
||||
"devel": true,
|
||||
"eqeqeq": true,
|
||||
"esnext": true,
|
||||
"esversion": 6,
|
||||
"globals": {
|
||||
"browser": false, // global variable in Firefox, Edge
|
||||
"chrome": false, // global variable in Chromium, Chrome, Opera
|
||||
|
|
Loading…
Reference in a new issue