-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update ESLint to v9 #15531
chore: update ESLint to v9 #15531
Conversation
✅ Deploy Preview for jestjs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -125,7 +125,7 @@ export default abstract class WorkerAbstract | |||
* killed off. | |||
*/ | |||
protected _shutdown(): void { | |||
this.state === WorkerStates.SHUT_DOWN; | |||
this.state = WorkerStates.SHUT_DOWN; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one looks like a mistake.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out change to =
will cause test failue, I'll leave it alone
https://github.com/jestjs/jest/actions/runs/13658744730/job/38184583400#step:7:61
Didn't know there is another lint script, will work on it later. |
wow, thanks for working on this! I'll take a look tomorrow 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
{ | ||
languageOptions: { | ||
parserOptions: { | ||
EXPERIMENTAL_useProjectService: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it still experimental?
Summary
Test plan