Skip to content

Commit

Permalink
Use ECMAScript version 11 (tc39#3448)
Browse files Browse the repository at this point in the history
We use BigInt syntax in a bunch of tests. This change
registers that fact with linters that use `.jshintrc`.
  • Loading branch information
jessealama authored Mar 26, 2022
1 parent f964584 commit 99b2a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"predef": ["Intl"],
"esversion": 6
"esversion": 11
}

0 comments on commit 99b2a70

Please sign in to comment.