1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Use esversion instead of deprecated esnext

This commit is contained in:
Raymond Hill 2019-02-08 09:45:25 -05:00
parent 29b10d2151
commit 00236cf54f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2,7 +2,7 @@
"browser": true, "browser": true,
"devel": true, "devel": true,
"eqeqeq": true, "eqeqeq": true,
"esnext": true, "esversion": 6,
"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