ember-learn / guidemaker-ember-template

Guidemaker template for Ember Guides websites
https://guidemaker-ember-template.netlify.app/release
MIT License
5 stars 21 forks source link

Add lint-to-the-future to track the linting errors #62

Closed mansona closed 3 years ago

mansona commented 3 years ago

This just adds lint-to-the-future so that we don't need to solve all of our linting issues right away. After this is merged I will put together a help-wanted issue to explain how people can contribute to removing these linting issues in multiple PRs (instead of one giant one) 👍

This PR also reverts to using the new ember-composible-helpers includes helper rather than the one that we provided. This is necessary to get tests passing 👍