kuanhsun
kuanhsun
Can prettier with the command `--no-bracket-spacing` do well in helm template? If it could, we can change the link by using `prettier --check --no-bracket-spacing` and write a autoformat script using...
> The one thing that prettier (and yamllint) fails to parse is the `{{-` `-}}` syntax, so it won't work with `helm-charts/submarine/charts/traefik/templates/deployment.yaml` for example. > > Other than that, we...
@joshvictor1024 OK, I will merge this PR until the helm syntax and auto-formatting are provided.
@pingsutw I will take over this PR.