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
It looks really great only that the accessors are just handled as a method. So a getter with name "baz" comes between method "bar" and "foo". That seems wrong since I explicitely want the getters behind the methods.
PS: I updated all standard groups with sort: alphabetical but removing this didnt lead to eslint complaining either. So it seems to have nothing to do with my customised groups
// EDIT: It sometimes works when I put the getter back in place after initial sorting but sometimes it complains about wrong ordering in accessors then without fixing it and sometimes it puts it back into the methods - really strange
The text was updated successfully, but these errors were encountered:
It looks like accessors are not correctly put into the accesor group.
My config looks like this:
It looks really great only that the accessors are just handled as a method. So a getter with name "baz" comes between method "bar" and "foo". That seems wrong since I explicitely want the getters behind the methods.
PS: I updated all standard groups with
sort: alphabetical
but removing this didnt lead to eslint complaining either. So it seems to have nothing to do with my customised groups// EDIT: It sometimes works when I put the getter back in place after initial sorting but sometimes it complains about wrong ordering in accessors then without fixing it and sometimes it puts it back into the methods - really strange
The text was updated successfully, but these errors were encountered: