You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
I have two addons and an ember application running Ember 2.18.2. Adding the below to package.json and running "npm run lint:hbs" works fine in all instances: "lint:hbs": "ember-template-lint ."
My app generates and runs a bunch of TemplateLint tests. However, neither of my addons do. I first ran into this problem when I attempted an upgrade to Ember 3.0.0 so I thought I'd just setup the linter separately. However, there are no errors, it just doesn't seem to run any TemplateLint tests.
Is there a known issue, or is there some way I can work out what is going on? I don't have 'hinting' disabled as far as I can tell.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
For further information, I eventually figured out it linted ok 344 Chrome 65.0 - [0 ms] - TemplateLint: dummy/templates/application.hbs but that is all.
Hi there,
I have two addons and an ember application running Ember 2.18.2. Adding the below to package.json and running "npm run lint:hbs" works fine in all instances:
"lint:hbs": "ember-template-lint .
"My app generates and runs a bunch of TemplateLint tests. However, neither of my addons do. I first ran into this problem when I attempted an upgrade to Ember 3.0.0 so I thought I'd just setup the linter separately. However, there are no errors, it just doesn't seem to run any TemplateLint tests.
Is there a known issue, or is there some way I can work out what is going on? I don't have 'hinting' disabled as far as I can tell.
Thanks in advance!
The text was updated successfully, but these errors were encountered: