support BigInt

This commit is contained in:
Aliaksei Chapyzhenka 2022-05-25 22:10:32 -07:00
parent 539e579a3a
commit afbee0d083

View File

@ -60,6 +60,9 @@
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node8",
"env": {
"es2020": true
},
"parserOptions": {
"ecmaVersion": 2020
}