helix: format svelte

This commit is contained in:
Cat /dev/Nulo 2023-01-15 20:43:11 -03:00
parent c6d09c2d5a
commit 688da96635

View file

@ -30,3 +30,9 @@ formatter = { command = 'prettier', args = ["--parser=json"] }
name = "go" name = "go"
auto-format = true auto-format = true
formatter = { command = 'goimports' } 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/"] }