style(helm): run prettier and add templates to prettierignore

This commit is contained in:
Julian Tölle 2020-11-21 15:53:51 +01:00
parent 5440571d91
commit 0e431e9aa8
2 changed files with 11 additions and 5 deletions

2
.prettierignore Normal file
View file

@ -0,0 +1,2 @@
# Prettier will break the helm templating language (`{{ .Value }}` -> `{ { .Value } }`)
charts/listory/templates