-
Notifications
You must be signed in to change notification settings - Fork 555
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
Format the task runner #27256
Format the task runner #27256
Conversation
no --dev flag necessary, just explicit imports runner is extensionless, so Prettier needs to be called explicitely on it
.alias('h', 'help') // eslint-disable-line newline-per-chained-call | ||
.version() | ||
.alias('v', 'version').argv; // eslint-disable-line newline-per-chained-call |
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.
Can these comments go now?
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.
They probably can, but easier to do once we’ve moved to ESM in the next PR. Here I’ve mostly just run prettier tools/task-runner/runner --write
and updated IS_DEV
part of getTasksFromModule
Seen on ADMIN-PROD (merged by @mxdvl 10 minutes and 58 seconds ago)
|
Seen on FRONTS-PROD (merged by @mxdvl 11 minutes and 17 seconds ago)
|
What is the value of this and can you measure success?
Make the ESM migration as smooth as possible in #27247
What does this change?
--dev
flag necessary, just explicit imports