ember-cli-template-lint icon indicating copy to clipboard operation
ember-cli-template-lint copied to clipboard

Cannot lint templates for an in-repo-addon

Open KamiKillertO opened this issue 7 years ago • 2 comments

I would like to lint component's templates in an in-repo-addon, but they don't seem to be linted. I've try (in index.js)

isDevelopingAddon() {
  return true;
}

But it's not working 😢

KamiKillertO avatar Apr 20 '18 09:04 KamiKillertO

Also affecting me

amk221 avatar Sep 05 '18 09:09 amk221

This might be a dupe of #292.

buschtoens avatar Sep 06 '18 19:09 buschtoens