Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/klaftertief/elm-review-unused-sscce

SSCCE for elm-review-unused
https://github.com/klaftertief/elm-review-unused-sscce

Last synced: 13 days ago
JSON representation

SSCCE for elm-review-unused

Awesome Lists containing this project

README

        

# elm-review NoUnused.Dependencies SSCCE

Run `npm sscce` and see that `f0i/iso8601` is reported as unused, though it is used. It seems to be "shadowed" by the `Iso8601` module from the indirect dependency `rtfeldman/elm-iso8601-date-strings`.