Use ECMAScript version 11 (#3448)

We use BigInt syntax in a bunch of tests. This change
registers that fact with linters that use `.jshintrc`.
This commit is contained in:
Jesse Alama 2022-03-26 01:13:17 +01:00 committed by GitHub
parent f964584508
commit 99b2a70789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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