Skip to content

Commit

Permalink
build: pin eslint to v8
Browse files Browse the repository at this point in the history
fix #844
  • Loading branch information
RebeccaStevens committed Jul 6, 2024
1 parent 8b05132 commit 8d8fe68
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 181 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
{
"allowedVersions": "<5",
"matchPackageNames": ["chalk"]
},
{
"allowedVersions": "<9",
"matchPackageNames": ["eslint"]
}
],
"postUpdateOptions": ["pnpmDedupe"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"cspell": "8.6.1",
"deassert": "1.0.2",
"dedent": "1.5.1",
"eslint": "9.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-doc-generator": "1.7.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
Loading

0 comments on commit 8d8fe68

Please sign in to comment.