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

.fromList >> .isEmpty --> List.isEmpty #303

Closed morteako closed 3 months ago

morteako commented 3 months ago

Implements the remaining parts of #157 , and also includes the Array equivalent

jfmengels commented 3 months ago

Awesome, thank you @morteako :blush: