-
Notifications
You must be signed in to change notification settings - Fork 989
Prettier for /components/brave_wallet_ui/panel #29365
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
Conversation
[puLL-Merge] - brave/brave-core@29365 DescriptionThis PR applies Prettier code formatting to several directories in the Brave Wallet UI codebase. The changes remove these directories from the
The changes are purely cosmetic formatting improvements with no functional modifications to the code logic. ChangesChanges
graph LR
A[Developer] --> B[Remove directories from .prettierignore]
B --> C[Run Prettier formatting]
C --> D[Apply formatting rules]
D --> E{File type?}
E -->|TypeScript/JavaScript| F[Add trailing commas]
E -->|TypeScript/JavaScript| G[Convert string concatenation]
E -->|TypeScript/JavaScript| H[Fix indentation]
F --> I[Formatted files]
G --> I
H --> I
I --> J[Commit changes]
|
Warning You have got a presubmit warning. Please address it if possible.
Items:
|
A Storybook has been deployed to preview UI for the latest push |
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.
++
Released in v1.81.45 |
Resolves brave/brave-browser#46530