There is .template-lintrc.js file is at the addon or app root. I'm using TSLint and ESLint extensions as well. I've tried editing the file using a VSCode workspace vs just opening at the project root and no difference. I'm also using the latest ember-template-lint version.
It's not just linting but the auto-complete functionality as well doesn't seem to be working in my templates. Is there a conflict happening with one of my other extensions or do I need to specify the path for each addon/ app?
Hi!
I'm trying to use the extension with the layout
<root>/addons/<addon>
<root>/apps/<app>
There is .template-lintrc.js file is at the addon or app root. I'm using TSLint and ESLint extensions as well. I've tried editing the file using a VSCode workspace vs just opening at the project root and no difference. I'm also using the latest ember-template-lint version.
It's not just linting but the auto-complete functionality as well doesn't seem to be working in my templates. Is there a conflict happening with one of my other extensions or do I need to specify the path for each addon/ app?
Thank you!