jfmengels / elm-review

Analyzes Elm projects, to help find mistakes before your users find them.
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
Other
252 stars 13 forks source link

Add elm/* packages to Review.Project.Dependency #19

Closed MartinSStewart closed 3 years ago

MartinSStewart commented 4 years ago

It's time consuming to set up a Review.Project data structure when writing tests. One thing that could make this less time consuming would be if elm/* packages were already available in Review.Project.Dependency. For example, Review.Project.Dependency.elmUrl would return elm/url in the form of a project that the user could use with Review.Project.addDependency.