jfmengels / elm-review-simplify

Provides elm-review rules to simplify your Elm code
https://package.elm-lang.org/packages/jfmengels/elm-review-simplify/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 9 forks source link

Add sort on equivalent sort call simplifications #212

Closed lue-bird closed 11 months ago

lue-bird commented 11 months ago

Implements #155 and add the same checks for sortBy, sortWith with equal arguments

github-actions[bot] commented 11 months ago

The branch can be tried out by running:

elm-review --template jfmengels/elm-review-simplify/preview
jfmengels commented 11 months ago

Nice :blush: