ember-template-lint / eslint-plugin-hbs

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

The "path" argument must be of type string. Received undefined #34

Open boris-petrov opened 4 years ago

boris-petrov commented 4 years ago

After updating @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 2.20.0 to 2.21.0, hbs/check-hbs-template-literals started failing with:

13:18  error  2 error(s): The "path" argument must be of type string. Received undefined  hbs/check-hbs-template-literals
rwjblue commented 4 years ago

Should be fixed by #35, but I just landed a tweak to ember-template-lint (should be released later today) that also mitigates.

boris-petrov commented 4 years ago

This has been fixed in ember-template-lint 2.1.0. Thanks!

boris-petrov commented 3 years ago

This started happening again when I updated ember-template-lint from 2.16.0 to 2.17.0. Any ideas?