Prettier plugin for automatic property sorting
D
David Thomas
I often find myself scanning for a specific property or style and it would be great if there was a Prettier plugin that automatically sorted styles inside of styles, patterns, and recipes. Having properties in the same order every time makes it really easy to track down the property you're looking for.
The Tailwind Prettier plugin is a good model: https://tailwindcss.com/blog/automatic-class-sorting-with-prettier
Leon van der Noll
Could we have one for Biome too?
Alexandre Stahmer
Leon van der Noll biome doesnt (yet) support custom plugins afaik
Leon van der Noll
Alexandre Stahmer Right, did not realise that. Thanks.
Alexandre Stahmer
we have that here https://www.npmjs.com/package/@pandabox/prettier-plugin
D
David Thomas
Alexandre Stahmer sweet! thanks