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
Currently this plugin provides template linting for inline templates, which is great to have of course. Then there's ember-lint-template to lint hbs files, so that covers all templates I suppose. However as ember-lint-template is a standalone cli application, it doesn't participate in stuff provided by eslint out of the box. For example to generate different output formats. So instead of adding extra options to ember-lint-template to duplicate efforts already in eslint, could this eslint plugin also lint hbs files instead? So then this plugin would a one stop shop for all template linting, while leveraging eslint to provide the framework?
The text was updated successfully, but these errors were encountered:
Currently this plugin provides template linting for inline templates, which is great to have of course. Then there's ember-lint-template to lint hbs files, so that covers all templates I suppose. However as ember-lint-template is a standalone cli application, it doesn't participate in stuff provided by eslint out of the box. For example to generate different output formats. So instead of adding extra options to ember-lint-template to duplicate efforts already in eslint, could this eslint plugin also lint hbs files instead? So then this plugin would a one stop shop for all template linting, while leveraging eslint to provide the framework?
The text was updated successfully, but these errors were encountered: