formaat-design / reshaped

Community repository for storing examples, reporting issues and tracking roadmap
https://reshaped.so
110 stars 3 forks source link

Prettier plugin #145

Closed mmailaender closed 9 months ago

mmailaender commented 1 year ago

Prettier plugin for automatic prop sorting (like the tailwind prettier plugin)

This would increase the readability of code.

blvdmitry commented 9 months ago

JSX prop sorting involves a lot of AST logic which will be considerably more complicated than just sorting classnames within a string. Therefore I'm not planning to implement this within the package but it still can be implemented by the community