Skip to content

Commit 2e920c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.2](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.2) - [github.com/pre-commit/mirrors-eslint: v8.24.0 → v8.25.0](pre-commit/mirrors-eslint@v8.24.0...v8.25.0)
1 parent 98666d0 commit 2e920c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repos:
1414
- id: check-case-conflict
1515
- id: detect-private-key
1616
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: 'v3.0.0-alpha.0' # Use the sha / tag you want to point at
17+
rev: 'v3.0.0-alpha.2' # Use the sha / tag you want to point at
1818
hooks:
1919
- id: prettier
2020
- repo: https://github.com/pre-commit/mirrors-eslint
21-
rev: 'v8.24.0' # Use the sha / tag you want to point at
21+
rev: 'v8.25.0' # Use the sha / tag you want to point at
2222
hooks:
2323
- id: eslint
2424
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)