avh4 / elm-format

elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
BSD 3-Clause "New" or "Revised" License
1.31k stars 148 forks source link

in `import`: remove `exposing ()` #775

Open lue-bird opened 2 years ago

lue-bird commented 2 years ago

When one manually removes all exposed members from an import, exposing () remains. These have to be removed manually, while elm-format could remove those empty exposes patterns automatically.