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 ts
biscui.tech
2 years ago
b0de2403
00337b00
+2
-2
1 changed file
expand all
collapse all
unified
split
.config
helix
languages.toml
+2
-2
.config/helix/languages.toml
···
52
52
injection-regex = "(ts|typescript)"
53
53
language-servers = [ "typescript-language-server", "eslint" ]
54
54
# language-servers = [ { except-features = ["format"], name = "typescript-language-server" }, "eslint" ]
55
55
-
# formatter = { command = "prettier", args = [ "--parser", "babel-ts" ] }
56
56
-
formatter = {command = "prettier"}
55
55
+
formatter = { command = "prettier", args = [ "--parser", "babel-ts" ] }
56
56
+
# formatter = {command = "prettier"}
57
57
# formatter = { command = "dprint", args = [ "fmt", "--stdin", "typescript" ] }
58
58
auto-format = true
59
59
file-types = ["ts", "mts", "cts"]