From 2fc9881708246911a3d18b7d087ff4905d6eba96 Mon Sep 17 00:00:00 2001 From: Boban Ljuljdjurovic Date: Tue, 9 Jan 2024 15:25:31 -0500 Subject: [PATCH] remove eslint dep --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4298f75e47..c1976b337a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,6 @@ repos: files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx types: [file] additional_dependencies: - - eslint - eslint-config-next - eslint-config-prettier - typescript-eslint