dprint / dprint-plugin-typescript

TypeScript and JavaScript code formatting plugin for dprint.
https://dprint.dev/plugins/typescript
MIT License
248 stars 51 forks source link

Lexicographical sorting of JSX props #561

Open LinusU opened 10 months ago

LinusU commented 10 months ago

It would be great if dprint could sort props on JSX elements, like this ESLint rule:

https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-sort-props.md

albnnc commented 7 months ago

+1 on this, would be extremely helpful.