diff --git a/.eslintrc.json b/.eslintrc.json index 11e5c87..7231657 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,9 +7,6 @@ "globals": { "expectAsync": true }, - "parserOptions": { - "ecmaVersion": 2020 - }, "rules": { "max-len": "off", "no-await-in-loop": 0,