this repo has no description

fix prettier

+1 -1
+1 -1
.config/helix/languages.toml
··· 47 47 injection-regex = "(ts|typescript)" 48 48 language-servers = [ "typescript-language-server", "eslint" ] 49 49 # language-servers = [ { except-features = ["format"], name = "typescript-language-server" }, "eslint" ] 50 - formatter = { command = "prettier", args = ["--stdin-filepath", "file.ts"] } 50 + formatter = { command = "prettier", args = ["--stdin-filepath", "file.ts", "--parser", "typescript"] } 51 51 # formatter = { command = "dprint", args = [ "fmt", "--stdin", "typescript" ] } 52 52 auto-format = true 53 53 file-types = ["ts", "mts", "cts"]