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 for prettier
biscui.tech
2 years ago
05b668d0
82afb288
+1
-1
1 changed file
expand all
collapse all
unified
split
.config
helix
languages.toml
+1
-1
.config/helix/languages.toml
···
68
68
69
69
[[language]]
70
70
name = "tsx"
71
71
-
language-servers = [ "deno", "eslint" ]
71
71
+
language-servers = [ "typescript-language-server", "eslint" ]
72
72
formatter = { command = "prettier", args = [ "--parser", "typescript" ] }
73
73
# formatter = { command = "dprint", args = [ "fmt", "--stdin", "tsx" ] }
74
74
auto-format = true