Jay Gruber

Results 15 comments of Jay Gruber

Seems like if I just add `filePath: context.getFilename()` to the `linter.verify()` options on #L78, this should work. Will see if I can get a PR up w/ a test.

https://github.com/ember-template-lint/eslint-plugin-hbs/pull/32 somewhat addressed this. At least you can do a .js file now, anyways

So if #35 goes in and the template-linter has access to the filePath for inline templates, we could either: - update the blueprint to set `insert_final_newline = false` for some...

yeah, overrides would work. although #35 / (fixing #40) still needed, b/c it is hard to do overrides without the filePath right now

#1100 looks like same issue. https://github.com/Schniz/fnm/pull/1259 looks like it fixes