-
Notifications
You must be signed in to change notification settings - Fork 22.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
Format /mozilla using Prettier #24050
Conversation
This pull request has merge conflicts that must be resolved before it can be merged. |
files/en-us/mozilla/add-ons/webextensions/api/browseraction/seticon/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/api/pageaction/seticon/index.md
Outdated
Show resolved
Hide resolved
16: "path/to/image16.jpg", | ||
32: "path/to/image32.jpg" | ||
} | ||
"16": "path/to/image16.jpg", |
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.
Same here as above
files/en-us/mozilla/add-ons/webextensions/content_scripts/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/content_scripts/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/content_scripts/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/internationalization/index.md
Outdated
Show resolved
Hide resolved
Thanks @queengooborg. TODO:
see #24050 (comment) |
This pull request has merge conflicts that must be resolved before it can be merged. |
We're in this place again... See #21175 |
Thanks for flagging @Josh-Cena. @queengooborg maybe best to skip |
I don't feel as though we should skip over formatting any folder of documents if we can avoid it. If I may be blunt, I don't think that linting is the web extensions team's call to make, and if MDN is deciding to proceed with using Prettier everywhere, they should adhere to the decisions made higher up. I reached out to Schalk regarding this. For now, let's leave this PR open. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This is now the last folder that needs to be formatted; all other folders have been formatted! |
I've gone ahead and marked this PR as a draft for the time being. This PR will act as the overview PR, and individual changes will be (have been) cherry-picked into other non-Prettier-specific PRs that should be much easier to review and merge and consider good to go. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
Alright, all other changes have been merged, so all that's left is to add trailing commas in various locations and we're good to go! |
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, @queengooborg! 🙌
This PR is a part of a project to format all of the documents using Prettier, and then enforce Prettier formatting for the files going forward. This PR formats the
/mozilla
folder.Note: all of the remaining changes are simply adding trailing commas now; the documentation is otherwise formatted!