NiklasPor / prettier-plugin-organize-attributes

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

[Feature Request] Add attribute sorting for Laravel components #27

Open viliusvsx opened 3 months ago

viliusvsx commented 3 months ago

Hi there! I'm currently working with Laravel and observed that the attributes aren't sorted when using Laravel blade components. For instance...

<x-component-name name="name" :label="$phpProperty" wire:model="livewire.property" />

Could we organize these attributes? Also, it would be helpful if the configuration file allowed us to organize and set a specific order for these attributes.