Bryan Mishkin
Bryan Mishkin
A few more questions: 1. Does your package have `main` defined in package.json? 2. Does your package have `type` defined in package.json? 3. Anything else about ESLint defined in your...
Can you also show me how your ESLint plugin/config is used?
Thanks for the details. I may have more questions later as I work on a fix.
Can you link to some documentation on how this works and what the expected behavior should be?
Still interested in this!
Should be fixed by https://github.com/ember-template-lint/ember-template-lint/pull/2955.
If someone can confirm that this PR fixes the issue, we might be able to move forward with it.
@JoaoDsv just to confirm, we should enable this as `recommended` in the next major release, right?
Try it out in: https://github.com/ember-template-lint/ember-template-lint/releases/tag/v5.9.0
The ideas mentioned for improving the cache sound interesting. Perhaps they would be more compelling if we knew they wouldn't significantly increase the complexity of the caching logic. But having...