backstage
backstage copied to clipboard
Fix template prettier issues
When working on the backstage/community-plugins
repository & trying out the templates I ran into issues with yarn prettier:check
. This PR adresses issues in the default templates. I created the plugins/modules, ran yarn prettier:check
, ran prettier on the files with warnings & the copied the fixes over to the templates.
Initial commit where I ran into the issue: https://github.com/backstage/community-plugins/pull/13/commits/48d9560ec3348aebac0ad0f46f284aab10d1b1a8
:heavy_check_mark: Checklist
Changed Packages
Package Name | Package Path | Changeset Bump | Current Version |
---|---|---|---|
@backstage/cli | packages/cli | patch | v0.25.2 |
Uffizzi Cluster pr-23139
was deleted.
A potentially interesting side note - create-plugin actually explicitly runs a yarn lint --fix
as part of creation! I wonder if that type of thing could make sense in the other commands too ... ping @Rugvip
Thank you for contributing to Backstage! The changes in this pull request will be part of the 1.24.0
release, scheduled for Tue, 19 Mar 2024.