-
Notifications
You must be signed in to change notification settings - Fork 4
Add TailwindCSS plugin for Prettier & ESLint #611
Conversation
a2b6c96
to
81e6fc3
Compare
I also added ESLint. 🤦🏻♂️ With the jQuery rules set, I get the following errors:
I look into fixing this. |
81e6fc3
to
030db36
Compare
030db36
to
d3300ca
Compare
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.
Should we add bulk style change commits to a .git-blame-ignore-revs
file?
How does that combine with us using squash? A good idea for sure. Never been using it. |
d3300ca
to
aadb33b
Compare
In cases like this, I think the cleanup should be done locally, one commit changing formatter and one commit applying the changes from the formatter, then rebase merge. |
prettier/prettier#15025
Prettier 3.0 introduced a new plugin system. This does not currently work with pre-commit. Hence, I removed the hook entirely.