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 1325f64 commit 5f36663Copy full SHA for 5f36663
.pre-commit-config.yaml
@@ -32,19 +32,19 @@ repos:
32
args:
33
- --trailing-comma=es5
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v9.17.0
+ rev: v9.18.0
36
hooks:
37
- id: eslint
38
additional_dependencies:
39
- - "eslint@v9.17.0"
40
- - "@eslint/js@v9.17.0"
+ - "eslint@v9.18.0"
+ - "@eslint/js@v9.18.0"
41
- "globals"
42
files: \.js?$
43
types: [file]
44
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.8.6'
+ rev: 'v0.9.2'
48
49
- id: ruff
50
args: [--fix, --exit-non-zero-on-fix]
0 commit comments