mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-09 17:08:58 -05:00
fix: use the correct file formats for prettier
This commit is contained in:
parent
1501c3d49e
commit
f10500570b
@ -9,7 +9,7 @@
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"build:django": "vite build --config vite.video-js.config.ts --outDir ../../../static/video_js",
|
||||
"format": "npx prettier --write client/src/**/*.{ts,tsx,css}"
|
||||
"format": "npx prettier --write src/**/*.{js,jsx,css}"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user