Archived
1
0

feat: add prettier-plugin-sh

This commit is contained in:
Joe Previte
2021-03-15 15:14:26 -07:00
parent 3eafcf94b7
commit 0ba53b6adf
3 changed files with 16 additions and 2 deletions

View File

@ -16,6 +16,7 @@ main() {
"*.toml"
"*.yaml"
"*.yml"
"*.sh"
)
prettier --write --loglevel=warn $(
git ls-files "${prettierExts[@]}" | grep -v "lib/vscode" | grep -v 'helm-chart'