-
Notifications
You must be signed in to change notification settings - Fork 109
Use prettier everywhere #7452
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
Use prettier everywhere #7452
Conversation
max-nextcloud
commented
Jul 15, 2025
- chore(style): add plugin to organize imports
- chore(style): organize imports in src
- chore(style): update prettierignore
- chore(deps): add vue-tsc
- chore(style): use prettier everywhere
- chore(lint): apply prettier everywhere
- chore(git): ignore prettier application in git blame
Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
Allow organizing imports in vue files. Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7452 +/- ##
==========================================
+ Coverage 59.71% 59.76% +0.04%
==========================================
Files 494 494
Lines 37420 37698 +278
Branches 1087 1089 +2
==========================================
+ Hits 22345 22529 +184
- Misses 14969 15063 +94
Partials 106 106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
9d1fdd1 to
644799c
Compare
mejo-
left a comment
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.
Wow, lots of touched parts of code 😳
Yes... we already did halve a prettier run during this release. So I thought we might as well go all in and be done with it. It's a long release cycle so hopefully not to many backports between 32 and 31. |