diff --git a/.eslintrc.json b/.eslintrc.json index 0b3acd2..439f4b6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,7 +5,8 @@ "parserOptions": { "project": "tsconfig.eslint.json", "ecmaVersion": 2022 - },"overrides": [ + }, + "overrides": [ { "files": ["./test/**/*.ts"], "rules": {