ember-template-lint / eslint-plugin-hbs

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

Leveraging `ember-template-lint --fix` flag in eslint-plugin-hbs #36

Open tstewart15 opened 4 years ago

tstewart15 commented 4 years ago

Is it possible to have this plugin automatically fix issues in hbs template strings via the new --fix functionality in ember-template-lint? Or is that an additional feature that needs added?

@rwjblue

omnipenguin commented 4 years ago

@rwjblue Any future plans to support this?