Closed
Description
In vue/order-in-components
, autofix is only enabled when we are sure that the things we are reordering are free of side effects, to not break the code. However, the automatic reordering is really useful.
I suggest to add the (unsafe) reordering as a suggestion, so the user can decide for themselves whether to automatically reorder the rule in this case.
(Originially reported in #2272)