Skip to content

Commit 8f69c58

Browse files
committed
chore(template): add @types/prettier package to tailwind installer
1 parent 73f7cc7 commit 8f69c58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: cli/src/installers/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const dependencyVersionMap = {
3535
postcss: "^8.4.14",
3636
prettier: "^2.7.1",
3737
"prettier-plugin-tailwindcss": "^0.1.13",
38+
"@types/prettier": "^2.7.1",
3839

3940
// tRPC
4041
"@trpc/client": "^10.0.0",

Diff for: cli/src/installers/tailwind.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const tailwindInstaller: Installer = ({ projectDir }) => {
1313
"autoprefixer",
1414
"prettier",
1515
"prettier-plugin-tailwindcss",
16+
"@types/prettier",
1617
],
1718
devMode: true,
1819
});

0 commit comments

Comments
 (0)