You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InterfaceParentInvalidOrder=`Found {{ unsortedCount }} key{{plural}} out of order.`,
3
-
EnumParentInvalidOrder=`Found {{ unsortedCount }} member{{plural}} out of order.{{ notice }}`,
4
-
InterfaceInvalidOrder=`Expected interface keys to be in {{ order }}ending {{ options }}order. '{{ nodeName }}' should be {{ messageShouldBeWhere }}. Run autofix to sort entire body.`,
5
-
EnumInvalidOrder=`Expected enum members to be in {{ order }}ending {{ options }}order. '{{ nodeName }}' should be {{ messageShouldBeWhere }}. Run autofix to sort entire body.{{ notice }}`,
2
+
InterfaceParentInvalidOrder=`Found {{ unsortedCount }} key{{plural}} out of {{ order }}ending {{ options }}order.`,
3
+
EnumParentInvalidOrder=`Found {{ unsortedCount }} member{{plural}} out of {{ order }}ending {{ options }}order.{{ notice }}`,
4
+
InterfaceInvalidOrder=`Property '{{ nodeName }}' should be {{ messageShouldBeWhere }}.`,
5
+
EnumInvalidOrder=`Member '{{ nodeName }}' should be {{ messageShouldBeWhere }}.`,
0 commit comments