Open andreww2012 opened 5 months ago
Sometimes it's needed to keep an attribute in place, for example in Vue 3, where v-bind position matters.
v-bind
This PR adds a means to prevent certain attributes from being moved with prettier-ignore-organize-attributes comment (see README for a usage example).
prettier-ignore-organize-attributes
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).