Skip to content

Commit 27bc6d5

Browse files
committed
Use es2020 to support BigInt
1 parent f31151c commit 27bc6d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
extends:
22
- metarhia
33
- plugin:prettier/recommended
4+
parserOptions:
5+
ecmaVersion: 2020

0 commit comments

Comments
 (0)