Skip to content

Commit

Permalink
chore: pin eslint version (#7971)
Browse files Browse the repository at this point in the history
### Description

eslint 9.0.0 has some breaking changes that our current fixture isn't
set up to support. This is [preventing us from
releasing](https://github.com/vercel/turbo/actions/runs/8693806507/job/23842782558#step:5:256)
new versions of `turbo`.

Future work is to update the fixture to work with eslint 9

### Testing Instructions

`turbo test --filter=eslint-plugin-turbo` now passes


Closes TURBO-2808
  • Loading branch information
chris-olszewski committed Apr 15, 2024
1 parent 2b2d195 commit dbe04bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"eslint": "latest",
"eslint": "8.57.0",
"eslint-plugin-turbo": "../../"
}
}

0 comments on commit dbe04bb

Please sign in to comment.