We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98666d0 commit 2e920c2Copy full SHA for 2e920c2
.pre-commit-config.yaml
@@ -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.0.0-alpha.2' # Use the sha / tag you want to point at
18
hooks:
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.25.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