ember-template-lint / eslint-plugin-hbs

Plugin for eslint which checks inline hbs templates
ISC License
18 stars 8 forks source link

Could this also run for hbs files? #38

Open Bouke opened 4 years ago

Bouke commented 4 years ago

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?