ianmackenzie / elm-units

Simple, safe and convenient unit types and conversions for Elm
https://package.elm-lang.org/packages/ianmackenzie/elm-units/latest/
BSD 3-Clause "New" or "Revised" License
84 stars 14 forks source link

Create set of elm-review rules related to elm-units? #57

Open ianmackenzie opened 3 years ago

ianmackenzie commented 3 years ago

For use on apps/packages that use elm-units; suggest things like

gampleman commented 1 year ago

Also perhaps prohibit Quantity.unwrap and Quantity.unsafe? I've unfortunately encountered these in the middle of some random application code at work, which in my mind defies the point.