-
-
Notifications
You must be signed in to change notification settings - Fork 93
feat: migrate to TypeScript and support TailwindCSS v4 #385
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
base: master
Are you sure you want to change the base?
feat: migrate to TypeScript and support TailwindCSS v4 #385
Conversation
Preparation to support TailwindCSS v4 requires me to migrate it to TS to protect my sane and peaceful mind
Please guys, |
we're only going to include `lib` in the npm packages, not the git repo
I think the v4 branch is https://github.com/francoismassart/eslint-plugin-tailwindcss/tree/alpha/v4-basic-files |
Can you show how to use it inside the eslint flat config? |
Amazing work. Any chance this will be merged soon? Anything I can help with? |
}, | ||
"dependencies": { | ||
"@typescript-eslint/utils": "^7.13.0", | ||
"eslint": "^8.56.0", |
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.
eslint
should be a peer dep, right?
Thanks for this great work! Any news about this PR? |
@ImBIOS do you know if this will get merged soon? If not do you think you could create your own NPM package for people to use in the mean time? |
feat: migrate to TypeScript and restructure project files
Description
Preparation to support TailwindCSS v4 requires me to migrate it to TS to protect my sane and peaceful mind
Fixes #384
Fixes #325
Related:
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
Test Configuration:
Checklist: