salsify / ember-cli-dependency-lint

Lint your app's addon dependencies, making sure you only have one version of each.
MIT License
83 stars 8 forks source link

Allow multiple `@embroider/util` versions? #21

Open mydea opened 3 years ago

mydea commented 3 years ago

Similar to https://github.com/salsify/ember-cli-dependency-lint/pull/18, would it make sense to also allow multiple versions of @embroider/util? Just got a lint error in my app triggered by this. Or do we actually need to de-duplicate @embroider/util?