Skip to content

Commit 79ed4e9

Browse files
committed
chore: update prettier config
1 parent f938ed1 commit 79ed4e9

File tree

3 files changed

+65
-1
lines changed

3 files changed

+65
-1
lines changed

.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"tabWidth": 2,
77
"semi": true,
88
"singleQuote": false,
9-
"quoteProps": "consistent"
9+
"quoteProps": "consistent",
10+
"plugins": ["prettier-plugin-tailwindcss"]
1011
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"husky": "^9.1.7",
3838
"is-ci": "^4.1.0",
3939
"prettier": "^3.4.2",
40+
"prettier-plugin-tailwindcss": "^0.6.11",
4041
"turbo": "^2.5.0",
4142
"typescript": "catalog:"
4243
},

pnpm-lock.yaml

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)