-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(template): add @types/prettier package to tailwind installer #1010
Conversation
🦋 Changeset detectedLatest commit: 5fa3d3f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://create-t3-app-git-fork-maxmellen-patch-1-t3-oss.vercel.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, we could also do it in json form and get Intellisense without an additional package - although the types-package showing default value and proper types are better imo
{
"$schema": "http://json.schemastore.org/prettierrc",
"plugins": ["prettier-plugin-tailwindcss"]
}
…3-oss#1010) * chore(template): add @types/prettier package to tailwind installer * Update cli/src/installers/index.ts * Create proud-rabbits-film.md * Update cli/src/installers/index.ts Co-authored-by: Julius Marminge <[email protected]>
Closes #1009
✅ Checklist
Changelog
@types/prettier
is now added as a dependency to the project when the Tailwind addon is selected, this ensures auto-completion in the Prettier config file in VS Code after a fresh project init.Screenshots
💯