Skip to content

Commit bb2c35a

Browse files
committed
eslint update
1 parent 9f9f4e2 commit bb2c35a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: renovate-config-validator
1515
- repo: https://github.com/eslint/eslint
16-
rev: v10.0.0-alpha.1
16+
rev: v9.39.1
1717
hooks:
1818
- id: eslint
1919
args:

package-lock.json

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": ">=20.0.0"
3+
"node": ">=22.0.0"
44
},
55
"devDependencies": {
66
"@babel/eslint-parser": "^7.25.9",

0 commit comments

Comments
 (0)