🐛 fix(frontend): update format script in package.json to include all files in subdirectories for consistent code formatting
This commit is contained in:
parent
200f5d647c
commit
8bbf25ee14
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
"start": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"format": "npx prettier --write \"./*.{js,jsx,ts,tsx,json,md}\"",
|
||||
"format": "npx prettier --write \"./**/*.{js,jsx,ts,tsx,json,md}\"",
|
||||
"type-check": "tsc --noEmit --pretty --project tsconfig.json && vite"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue