diff --git a/.eslintrc.json b/.eslintrc.json index 69eb1e4..d164636 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,7 @@ }, "extends": "eslint:recommended", "parserOptions": { - "ecmaVersion": 2020 + "ecmaVersion": "latest" }, "globals": { "BigInt": true