From 4fbbdf4e94ff00d0f4bdaaff4204f5a352917f6b Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:23:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20ESLint=20and=20Prettier?= =?UTF-8?q?=20from=20pre-commit=20config=20(#1096)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3ff506..c13b47b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,25 +18,6 @@ repos: args: - --fix - id: ruff-format - - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.53.0 - hooks: - - id: eslint - files: \.[jt]sx?$ - types: [file] - additional_dependencies: - - eslint@8.53.0 - - eslint-plugin-react-hooks@4.6.0 - - eslint-plugin-react-refresh@0.4.4 - - "@typescript-eslint/eslint-plugin@6.10.0" - - "@typescript-eslint/parser@6.10.0" - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 - hooks: - - id: prettier - files: \.(ts|tsx)$ - additional_dependencies: - - prettier@3.2.5 ci: autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks