tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix prettier
biscui.tech
2 years ago
5175ba64
1e68212a
+1
-1
1 changed file
expand all
collapse all
unified
split
.config
helix
languages.toml
+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
50
-
formatter = { command = "prettier", args = ["--stdin-filepath", "file.ts"] }
50
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"]