-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Auto-format files with prettier, add vscode settings, fixes #281 #287
Conversation
Deploying ddev-com-front-end with Cloudflare Pages
|
Thanks! A quick look around on https://pr-format-prettier.ddev-com-front-end.pages.dev/ didn't show trouble. |
I briefly checked some blog posts and didn't notice any errors/bug as well. Good to go from my side 👍 |
https://8c9417f6.ddev-com-front-end.pages.dev//resources/featured-sponsors-darkmode.svg Those 3 seems to be working as expected and I did not find any glaring issues while browsing around. It's all good from my side. |
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.
Looks good to me.
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.
Thank you @mandrasch !
I only found one small formatting problem.
src/content/blog/maintaining-ddev-tests-contributor-training.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Stanislav Zhuk <[email protected]>
Let's see how we do with this. Thanks @mandrasch ! |
The Issue
How This PR Solves The Issue
.vscode/settings.json
and.vscode/extensions.json
to gitnpx prettier --write .
to auto-format all filesnpx prettier --check .
) to test.yml to block wrongly formatted PRs in futureManual Testing Instructions
Review rendered at https://pr-format-prettier.ddev-com-front-end.pages.dev/
Automated Testing Overview
Maybe use https://ddev.com/blog/ddev-diffy-introduction/ for visual comparison? haven't had time for that yet. https://github.com/garris/BackstopJS is an open source alternative
Related Issue Link(s)
Release/Deployment Notes