elm-format currently replaces exposes (..) with the explicit names. This behavior is discussed and may be removed in the future.
In elm-analyse there is a ExposeAll check that can be enabled or disabled. It would be awesome to have an implementation of the a "Fixer" that replaces (..) automatically with names. It's the perfect place for this behavior and people who want to have (..) linted and fixed/replaced can use elm-analayse.
elm-format
currently replacesexposes (..)
with the explicit names. This behavior is discussed and may be removed in the future.In
elm-analyse
there is aExposeAll
check that can be enabled or disabled. It would be awesome to have an implementation of the a "Fixer" that replaces(..)
automatically with names. It's the perfect place for this behavior and people who want to have(..)
linted and fixed/replaced can useelm-analayse
.