chore: update prettier and simplify config (#7589)

#### What type of PR is this?

/area ui
/kind cleanup

#### What this PR does / why we need it:

Upgrade Prettier and related plugins, and simplify Prettier configuration.

Now, formatting for all packages will be managed by Prettier in the project root directory.

#### Does this PR introduce a user-facing change?

```release-note
None
```
This commit is contained in:
Ryan Wang
2025-06-25 17:47:21 +08:00
committed by GitHub
parent 1826c7dcbb
commit 5e28c6db0c
138 changed files with 587 additions and 720 deletions

View File

@@ -329,7 +329,7 @@ function handleCopyFromLayout(breakpoint: string) {
</h2>
<div
class="hidden sm:block"
:class="{ 'opacity-50 !cursor-progress': isLoading }"
:class="{ '!cursor-progress opacity-50': isLoading }"
>
<VTabbar
:active-id="selectBreakpoint"