Skip to content

Commit a59338c

Browse files
committed
chore: tailwind prettier 플러그인 추가
1 parent 2fd28f8 commit a59338c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

frontend/.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"plugins": ["prettier-plugin-tailwindcss"]
5+
}

frontend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"eslint-plugin-react-hooks": "^5.0.0",
3030
"eslint-plugin-react-refresh": "^0.4.14",
3131
"globals": "^15.11.0",
32+
"prettier": "^3.3.3",
33+
"prettier-plugin-tailwindcss": "^0.6.8",
3234
"typescript": "~5.6.2",
3335
"typescript-eslint": "^8.11.0",
3436
"vite": "^5.4.10"

0 commit comments

Comments
 (0)