From eb395b2d6e77d4d0195efb548f95c2364f4f265c Mon Sep 17 00:00:00 2001 From: Seok93 Date: Tue, 18 Jun 2024 22:19:18 +0900 Subject: [PATCH] =?UTF-8?q?Config:=20tailwind=20=EC=9C=A0=ED=8B=B8?= =?UTF-8?q?=EB=A6=AC=ED=8B=B0=20=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=EC=A0=95=EB=A0=AC=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 3 ++- package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 9a234b24..5f4310d8 100644 --- a/.prettierrc +++ b/.prettierrc @@ -9,5 +9,6 @@ "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", - "endOfLine": "lf" + "endOfLine": "lf", + "plugins": ["prettier-plugin-tailwindcss"] } diff --git a/package.json b/package.json index 5f0f3a10..39fcad25 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "msw": "^2.3.0", "postcss": "^8.4.38", "prettier": "3.2.5", + "prettier-plugin-tailwindcss": "^0.6.5", "tailwindcss": "^3.4.3", "typescript": "^5.2.2", "vite": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index e4366539..026c68cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3463,6 +3463,11 @@ prelude-ls@^1.2.1: resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== +prettier-plugin-tailwindcss@^0.6.5: + version "0.6.5" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz#e05202784a3f41889711ae38c75c5b8cad72f368" + integrity sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ== + prettier@3.2.5: version "3.2.5" resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"