From accabe25fcae1de02f152401a5c6f30a4eba0ec3 Mon Sep 17 00:00:00 2001 From: Morgan Ney Date: Sat, 2 Sep 2023 15:25:27 -0500 Subject: [PATCH] refactor: remove unnecessary config. --- .eslintrc.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ac95657..5c0085f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,9 +24,6 @@ "sourceType": "module" }, "settings": { - "import/parsers": { - "@typescript-eslint/parser": [".ts", ".tsx"] - }, "import/resolver": { "node": true, "typescript": true