mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[GH-ISSUE #216] Prettier addition #15403
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vlhsmylv on GitHub (Jul 7, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/216
People are using different linting formats, which leads to wrong recognition in conflicts. Using a common prettier config can help everyone to be on the same page and reduce merge conflict rates due to
meta.json, etc.@Siumauricio commented on GitHub (Jul 14, 2026):
The main pain behind this (merge conflicts in the giant root meta.json) was eliminated in #978 — metadata now lives per-template in blueprints//meta.json, so cross-PR conflicts can no longer happen. A repo-wide prettier config is not planned for now.