-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
lib: fix JS linter #22175
lib: fix JS linter #22175
Conversation
Not sure why CI (and `make -j8 test` at the time of landing) showed this as being OK, but `make lint-js` is failing now.
Collaborators, feel free to 👍 this comment to fast track (need to step away from the computer for a pre-scheduled thing, but if this gets enough approvals, don't wait for me to land this :)) |
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.
LGTM! 🎉
I think the commit message should be tweaked a bit to describe what is really being changed ( |
Redo linuxone CI: https://ci.nodejs.org/job/node-test-commit-linuxone/3637/ |
Not sure why CI (and `make -j8 test` at the time of landing) showed this as being OK, but `make lint-js` is failing now. PR-URL: #22175 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Landed in e2ea82b |
Not sure why CI (and
make -j8 test
at the time of landing) showed thisas being OK, but
make lint-js
is failing now.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes