From 93eac113971d6f13a2dcfa301ada549b7b2bbecc Mon Sep 17 00:00:00 2001 From: Boban Ljuljdjurovic Date: Tue, 9 Jan 2024 15:43:00 -0500 Subject: [PATCH] replace typescript-eslint/parser with @typescript-eslint/parser --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4298f75e47..f02f1f951f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - eslint - eslint-config-next - eslint-config-prettier - - typescript-eslint + - "@typescript-eslint/parser" - typescript - "@next/eslint-plugin-next" args: ["--config=./containers/ecr-viewer/.eslintrc.json"]