Skip to content

Commit 0b4d312

Browse files
committed
fix: pin eslint <10 in renovate config + eslint@9
1 parent 269ce59 commit 0b4d312

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
],
2121
"enabled": false
2222
}
23+
,{
24+
"matchPackageNames": [
25+
"eslint"
26+
],
27+
"allowedVersions": "<10.0.0"
28+
}
2329
]
2430
}

0 commit comments

Comments
 (0)