mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
feat: add prettier-plugin-sh
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user