From 0502d8f14df10fe0fd3120f587496cd4e1e01fa6 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 7 Dec 2023 20:12:59 -0300 Subject: [PATCH] frontend: prettier tailwind --- frontend/package.json | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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