Prettier v2 has the following breaking changes: * enforces spaces between `function` and params * enforces trailing commas by default
Allows for partials to be defined within the current template to allow for localized code reuse as well as for conditional behavior within nested partials. Fixes #1018