ember-template-lint / eslint-plugin-hbs

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

fix the whitespace indent problem #10

Closed kellyselden closed 6 years ago

kellyselden commented 6 years ago

Closes #9.

Let me know if you want me to pursue this further.

cc @rwjblue

kellyselden commented 6 years ago

Definitely, I just didn't know if this PR was going to get any attention so I didn't put any work into it.

jamesarosen commented 6 years ago

Understood. Definitely valuable to support all standard options!

kellyselden commented 6 years ago

I extracted the function, but I don't know how to do any additional testing. Your tests just that the parser doesn't crash, you don't have a system that I see to test actual template rules.

psbanka commented 6 years ago

Thanks, @kellyselden – nice work. I'll spend some time getting more tests written 😃