-
Notifications
You must be signed in to change notification settings - Fork 1k
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
pre-commit hook broken by recent eslint changes #1891
Comments
I can't seem to reproduce this unfortunately. What version of node and npm are you using? |
I'm using the versions from the stable branch of Gentoo Linux:
Gentoo has multiple other versions of nodejs available that I could try if you think that would make a difference. |
Something interesting for me. When I restarted my pre-commit environment I see this in my logs:
Maybe 9.0.0-beta.0 was yanked? |
Nope, it's still there. |
I downgraded to the oldest version of nodejs available in Gentoo:
then ran |
Perhaps merge #1900 to see if the release candidate fixes things?
|
@living180 any word on this? Otherwise I'm inclined to close it. |
When developing against the
main
branch of DjDT, I can no longer commit changes to JS files due to a failure in pre-commit. If I force a pre-commit run on the tip ofmain
without any changes, I get the following output:If I revert the recent eslint changes from 38d2eea, pre-commit works without any problems.
The text was updated successfully, but these errors were encountered: