NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
42 stars 24 forks source link

Do not format helm yaml templates #2439

Open robyngit opened 3 weeks ago

robyngit commented 3 weeks ago

Prettier misinterprets go templating in yaml as invalid yaml syntax. Unfortunately, there is not currently support for Helm’s template + yaml language, so this PR makes sure Prettier ignore these files. It also updates the helm branch with the latest develop changes, so that Prettier is available to update!