Allow use of async/await

This commit is contained in:
Raymond Hill 2019-05-21 08:31:43 -04:00
parent fcd59b3fa1
commit 5b47a06cbe
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"browser": true,
"devel": true,
"eqeqeq": true,
"esversion": 6,
"esversion": 8,
"globals": {
"browser": false, // global variable in Firefox, Edge
"chrome": false, // global variable in Chromium, Chrome, Opera