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 da1173e + 0264fe1 commit 67999eaCopy full SHA for 67999ea
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: v2.5.0
+ rev: v3.3.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.0.0
+ rev: v7.13.0-1
11
12
- id: eslint
13
args: [--fix]
0 commit comments