🐛 fix(frontend): update format script in package.json to only format files in the root directory
This commit is contained in:
parent
6871cc5ab6
commit
8a545d4dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,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