1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49: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,
"devel": true,
"eqeqeq": true,
"esnext": true,
"esversion": 6,
"globals": {
"browser": false, // global variable in Firefox, Edge
"chrome": false, // global variable in Chromium, Chrome, Opera