Skip to content

Commit 9fb4ac4

Browse files
committed
chore: install tailwindcss prettier plugin
1 parent 06b6a44 commit 9fb4ac4

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
"jest": "^28.1.3",
7272
"jest-environment-jsdom": "^28.1.3",
7373
"postcss": "^8.4.16",
74+
"prettier": "^2.7.1",
75+
"prettier-plugin-tailwindcss": "^0.1.13",
7476
"react": "^18.2.0",
7577
"react-dom": "^18.2.0",
7678
"rimraf": "^3.0.2",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10042,11 +10042,21 @@ prelude-ls@~1.1.2:
1004210042
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
1004310043
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
1004410044

10045+
prettier-plugin-tailwindcss@^0.1.13:
10046+
version "0.1.13"
10047+
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz#ca1071361dc7e2ed5d95a2ee36825ce45f814942"
10048+
integrity sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==
10049+
1004510050
"prettier@>=2.2.1 <=2.3.0":
1004610051
version "2.3.0"
1004710052
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
1004810053
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
1004910054

10055+
prettier@^2.7.1:
10056+
version "2.7.1"
10057+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
10058+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
10059+
1005010060
pretty-error@^2.1.1:
1005110061
version "2.1.2"
1005210062
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6"

0 commit comments

Comments
 (0)