diff --git a/.eslintrc.json b/.eslintrc.json index 967f503..e6440ab 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,10 +2,6 @@ "root": true, "ignorePatterns": ["dist"], "extends": ["eslint:recommended", "prettier"], - "parserOptions": { - "ecmaVersion": 2022, - "sourceType": "module" - }, "overrides": [ { "files": ["**/*.mts", "**/*.ts"],