We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cfc68 commit 445f18eCopy full SHA for 445f18e
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.3.0
+ rev: v4.5.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -14,11 +14,11 @@ repos:
14
- id: check-case-conflict
15
- id: detect-private-key
16
- repo: https://github.com/pre-commit/mirrors-prettier
17
- rev: 'v3.0.0-alpha.0' # Use the sha / tag you want to point at
+ rev: 'v3.1.0' # Use the sha / tag you want to point at
18
19
- id: prettier
20
- repo: https://github.com/pre-commit/mirrors-eslint
21
- rev: 'v8.24.0' # Use the sha / tag you want to point at
+ rev: 'v8.53.0' # Use the sha / tag you want to point at
22
23
- id: eslint
24
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments