Objective
We want to get Prettier’s support for Ember templates up to the point where it is complete and maintainable enough to be officially released.
This quest issue was created to track the outstanding work required to meet this objective and to help volunteers coordinate to get the work done.
Contributing
The easiest way to contribute is to try Prettier’s Ember template support out in your apps and report any unwanted, incomplete, or otherwise wonky behaviour as a comment on this issue so it can be added to the quest. To do this:
$ yarn add -D prettier
$ yarn prettier '**/*.hbs' --parser glimmer
Or
$ npm i --save-dev prettier
$ npm run prettier '**/*.hbs' --parser glimmer
Then check the changes and look for stuff that makes you frown!
When you’re ready to contribute some code, identify an unowned item on the list below and leave a comment stating that you intend to work on it. We’ll tag the item with your handle. Once you have a PR that we can reference, leave another comment so we can link the item to the PR.
If you decide for whatever reason that you no longer wish to pursue the work, leave another comment and we’ll remove your handle from it. This is absolutely fine and you shouldn’t feel any regret if things don’t pan out.
Tasks
Check bugs on Prettier labeled with "lang:handlebars".
Why does this quest issue live on a fork of prettier/prettier?
We’re trying it out as an experiment so we can easily add administrators on this issue.
Objective
We want to get Prettier’s support for Ember templates up to the point where it is complete and maintainable enough to be officially released.
This quest issue was created to track the outstanding work required to meet this objective and to help volunteers coordinate to get the work done.
Contributing
The easiest way to contribute is to try Prettier’s Ember template support out in your apps and report any unwanted, incomplete, or otherwise wonky behaviour as a comment on this issue so it can be added to the quest. To do this:
$ yarn add -D prettier $ yarn prettier '**/*.hbs' --parser glimmerOr
$ npm i --save-dev prettier $ npm run prettier '**/*.hbs' --parser glimmerThen check the changes and look for stuff that makes you frown!
When you’re ready to contribute some code, identify an unowned item on the list below and leave a comment stating that you intend to work on it. We’ll tag the item with your handle. Once you have a PR that we can reference, leave another comment so we can link the item to the PR.
If you decide for whatever reason that you no longer wish to pursue the work, leave another comment and we’ll remove your handle from it. This is absolutely fine and you shouldn’t feel any regret if things don’t pan out.
Tasks
Check bugs on Prettier labeled with "lang:handlebars".
Why does this quest issue live on a fork of prettier/prettier?
We’re trying it out as an experiment so we can easily add administrators on this issue.