NiklasPor / prettier-plugin-organize-attributes

Organize your HTML attributes automatically with Prettier ๐Ÿงผ
MIT License
197 stars 12 forks source link

React support #10

Open jlarmstrongiv opened 2 years ago

dycw commented 1 year ago

Absolutely would love this!

aronmal commented 1 year ago

I have not thought about it, but I would totally try this plugin, if it would support react.

bassem97 commented 9 months ago

Insist on introducing this feature

NiklasPor commented 9 months ago

Hey all, this formatter is based on a html parser which reorders the attributes. I'm also using TSX a lot and would love react support, but I think this would require a lot of effort and time from my side, as I can't reuse most of the code.

@bassem97 if you insist on introducing this feature I'm happy to review any Pull Request ๐Ÿ‘

bassem97 commented 9 months ago

Hey all, this formatter is based on a html parser which reorders the attributes. I'm also using TSX a lot and would love react support, but I think this would require a lot of effort and time from my side, as I can't reuse most of the code.

@bassem97 if you insist on introducing this feature I'm happy to review any Pull Request ๐Ÿ‘

@NiklasPor okay i'll see what i can do

spacecat commented 5 months ago

Any updates/progress on this feature?