diff --git a/services/frontend/.prettierrc b/services/frontend/.prettierrc new file mode 100644 index 0000000..b4bfed3 --- /dev/null +++ b/services/frontend/.prettierrc @@ -0,0 +1,3 @@ +{ + "plugins": ["prettier-plugin-tailwindcss"] +} diff --git a/services/frontend/bun.lockb b/services/frontend/bun.lockb index 3c24f3f..6c209ad 100644 Binary files a/services/frontend/bun.lockb and b/services/frontend/bun.lockb differ diff --git a/services/frontend/package.json b/services/frontend/package.json index e9a3d81..bfc940c 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -22,6 +22,8 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", + "prettier": "^3.5.2", + "prettier-plugin-tailwindcss": "^0.6.11", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0"