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