Use ECMAScript 6

This commit is contained in:
Jesse Alama 2022-02-11 10:20:27 +01:00 committed by Rick Waldron
parent df873eed1a
commit 8851f084b6
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{
"predef": ["Intl"]
"predef": ["Intl"],
"esversion": 6
}