I’m implementing @rwjblue’s ember-cli-template-lint in an existing add-on. Loving it so far!
Right now I’m trying to disable linting of the dummy app templates. I tried to add it to ignore
in the .template-lintrc.js
file in many variants but no success.
Any help would be appreciated?