fix: use the correct file formats for prettier

This commit is contained in:
Yiannis Christodoulou 2025-09-18 10:23:39 +03:00
parent 1501c3d49e
commit f10500570b

View File

@ -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",