-
Notifications
You must be signed in to change notification settings - Fork 8.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
chore(ci): bump prettier to v3.0.2 and re-format documents #15227
Conversation
captureStream = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
captureStream = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
videoElem.srcObject = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
captureStream = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
captureStream = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
videoElem.srcObject = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
captureStream = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
captureStream = | ||
await navigator.mediaDevices.getDisplayMedia(displayMediaOptions); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Preview URLs (6 pages)Flaws (143)URL:
URL:
URL:
URL:
URL:
URL:
|
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 for all(they are just code block changes) 👍
BTW, I see reviewdog still suggesting old-version corrections, will they be resolved after prettier update?
Yes. The "Lint and review content files" workflow would use the "main" version of "package.json". |
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.
Thanks, all changes look good!
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.
👍
Description
bump prettier to v3.0.2 and re-format documents
Motivation
Breaking changes in v3.0.3.
Related issues and pull requests
Follow: mdn/content#28648.