helix: format svelte

This commit is contained in:
Cat /dev/Nulo 2023-01-15 20:43:11 -03:00
parent c6d09c2d5a
commit 688da96635
1 changed files with 6 additions and 0 deletions

View File

@ -30,3 +30,9 @@ formatter = { command = 'prettier', args = ["--parser=json"] }
name = "go"
auto-format = true
formatter = { command = 'goimports' }
[[language]]
name = "svelte"
auto-format = true
formatter = { command = 'prettier', args = ["--parser=svelte", "--plugin-search-dir=/home/diablo/.local/share/pnpm/global/5/"] }