DEV Community

Discussion on: 4 VSCode extensions I use when developing with Tailwind

Collapse
 
kalimahapps profile image
Kalimah Apps

That is true. I used it first but then I changed my mind due to two reasons:

  • I stopped using prettier and started using ESLint as a formatting tools.
  • The sorting order was not intuitive. For example, when I set position, like absolute, I need to know if I also had set right, left, top, bottom. Same thing with grid, flex .. etc. Which is why I created the ESLint tailwind plugin.

I am not against using the official prettier plugin but I don't feel it fits well with my workflow and coding style.

Thread Thread
 
jumokee profile image
jumokee
Thread Thread
 
kalimahapps profile image
Kalimah Apps

Thanks. Maybe check my other post in response to this.
dev.to/kalimahapps/goodbye-prettie...