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.
2 parents c41f48a + 0b3be06 commit c8f1142Copy full SHA for c8f1142
1 file changed
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v3.3.0
+ rev: v3.4.0
4
hooks:
5
- id: check-json
6
- id: check-yaml
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- repo: https://github.com/pre-commit/mirrors-eslint
10
- rev: v7.15.0
+ rev: v7.16.0
11
12
- id: eslint
13
args: [--fix]
0 commit comments