diff --git a/.eslintrc.json b/.eslintrc.json index 25963e8..ae0b714 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -42,6 +42,7 @@ ] }, "parserOptions": { - "ecmaVersion": 2020 + "ecmaVersion": 2020, + "sourceType": "module" } } \ No newline at end of file