diff --git a/.eslintrc.json b/.eslintrc.json index 751bf56d..9d40203b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,7 @@ }, "parserOptions": { "sourceType": "module", - "ecmaVersion": 2018, + "ecmaVersion": 2020, "ecmaFeatures": { "globalReturn": true }