Allow es6

This commit is contained in:
Dave Conway-Jones 2018-08-15 21:33:40 +01:00
parent 6613513d64
commit 6fd3a1b11d
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@
"shadow": true, // allow variable shadowing (re-use of names...)
"sub": true, // don't warn that foo['bar'] should be written as foo.bar
"proto": true // allow setting of __proto__ in node < v0.12
/* "esversion": 6 // allow es6 */
"esversion": 6 // allow es6
}