gitKrystan / prettier-plugin-ember-template-tag

A prettier plugin for formatting Ember template tags
MIT License
22 stars 12 forks source link

Remove handling of "preprocessed" template tags when it is no longer necessary for eslint-plugin-ember compat #154

Closed gitKrystan closed 10 months ago

gitKrystan commented 11 months ago

It will no longer be necessary when https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/149 is shipped. This means we can remove handling of preprocessed template tags altogether.

gitKrystan commented 10 months ago

Fixed by #162