Skip to content

Commit 4fbbdf4

Browse files
authored
🔥 Remove ESLint and Prettier from pre-commit config (#1096)
1 parent 6e7b8fd commit 4fbbdf4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@ repos:
1818
args:
1919
- --fix
2020
- id: ruff-format
21-
- repo: https://github.com/pre-commit/mirrors-eslint
22-
rev: v8.53.0
23-
hooks:
24-
- id: eslint
25-
files: \.[jt]sx?$
26-
types: [file]
27-
additional_dependencies:
28-
29-
30-
31-
- "@typescript-eslint/[email protected]"
32-
- "@typescript-eslint/[email protected]"
33-
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: v3.1.0
35-
hooks:
36-
- id: prettier
37-
files: \.(ts|tsx)$
38-
additional_dependencies:
39-
4021

4122
ci:
4223
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

0 commit comments

Comments
 (0)