ember-template-lint / eslint-plugin-hbs

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

Use file path to lint template #35

Closed bobisjan closed 3 years ago

bobisjan commented 4 years ago

This PR fixes error The "path" argument must be of type string. Received type undefined introduced by this fix 🙈.

fixes ember-template-lint/ember-template-lint#1161

jaydgruber commented 3 years ago

I think this would resolve #40 w/ the suggested change.