Recode sorts alias like this: ```elixir alias Absinthe.Resolution alias __MODULE__.Donkey ``` I would expect it to sort them like this (which is also consistent with Credo): ```elixir alias __MODULE__.Donkey alias Absinthe.Resolution ```
Recode sorts alias like this:
I would expect it to sort them like this (which is also consistent with Credo):