File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.4 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
@@ -14,11 +14,11 @@ repos:
14
14
- id : check-case-conflict
15
15
- id : detect-private-key
16
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
17
+ rev : ' v3.0.0-alpha.9-for-vscode ' # Use the sha / tag you want to point at
18
18
hooks :
19
19
- id : prettier
20
20
- 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.42 .0' # Use the sha / tag you want to point at
22
22
hooks :
23
23
- id : eslint
24
24
files : \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
You can’t perform that action at this time.
0 commit comments