Skip to content

Commit

Permalink
chore(template): add @types/prettier package to tailwind installer
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmellen committed Dec 26, 2022
1 parent 73f7cc7 commit 8f69c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/installers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const dependencyVersionMap = {
postcss: "^8.4.14",
prettier: "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"@types/prettier": "^2.7.1",

// tRPC
"@trpc/client": "^10.0.0",
Expand Down
1 change: 1 addition & 0 deletions cli/src/installers/tailwind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const tailwindInstaller: Installer = ({ projectDir }) => {
"autoprefixer",
"prettier",
"prettier-plugin-tailwindcss",
"@types/prettier",
],
devMode: true,
});
Expand Down

0 comments on commit 8f69c58

Please sign in to comment.