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

Emit console warnings in addition to test failures. #4

Open rwjblue opened 7 years ago

rwjblue commented 7 years ago

Basically similar to ember-cli-eslint, you get both a warning in the console and a failing test.

Links: