NiklasPor / prettier-plugin-organize-attributes

Organize your HTML attributes automatically with Prettier 🧼
MIT License
197 stars 12 forks source link

Add a means to ignore certain attributes when sorting #28

Open andreww2012 opened 3 months ago

andreww2012 commented 3 months ago

Sometimes it's needed to keep an attribute in place, for example in Vue 3, where v-bind position matters.

This PR adds a means to prevent certain attributes from being moved with prettier-ignore-organize-attributes comment (see README for a usage example).