-
Notifications
You must be signed in to change notification settings - Fork 1
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
Run prettier format on web code #1189
Run prettier format on web code #1189
Conversation
Avoids formatting cypress cache
Converting this to a draft since we will need to fix up our ESLint rules first. |
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.
It's been prettiefied!
9c36344
into
prettier-introduction-integration-branch
Bingo, however if you have ESLint rules set after the extends to overwrite those rules then you add back conflicts. Thats what was going on in the web dir since we had a lot of custom set ESLint rules. |
Direct follow-up to #1187 and #1188.
This PR actually runs the formatting on the web director with
just web format
.Intent
Part of #1030
Type of Change