chore: format

This commit is contained in:
Junyan Qin
2025-05-10 17:16:57 +08:00
parent d917b3f00c
commit f0cfd9f921
21 changed files with 529 additions and 497 deletions

View File

@@ -1,6 +1,4 @@
{
"*.{js,jsx,ts,tsx}": ["next lint --fix --file", "next lint --file"],
"**/*": [
"bash -c 'cd \"$(pwd)\" && next build"
]
"*.{js,jsx,ts,tsx}": ["next lint --fix --file", "next lint --file"],
"**/*": ["bash -c 'cd \"$(pwd)\" && next build"]
}