diff --git a/frontend/package.json b/frontend/package.json index d55e71a..566b678 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,5 +31,10 @@ "regexparam": "^3.0.0", "streamsaver": "^2.0.6", "zod": "^3.22.4" + }, + "prettier": { + "plugins": [ + "prettier-plugin-tailwindcss" + ] } } diff --git a/package.json b/package.json index be75393..6a14082 100644 --- a/package.json +++ b/package.json @@ -18,4 +18,4 @@ "@tsconfig/node20": "^20.1.2", "@types/node": "^20.10.0" } -} +} \ No newline at end of file