Compare commits

...

3 Commits

Author SHA1 Message Date
907064cc73 added back eslint 2026-05-04 14:13:42 +01:00
fbe4ed549b fixed eslint 2026-05-04 14:05:28 +01:00
b3e1ed3aa8 added eslint for svelte files 2026-05-04 13:59:52 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
black
nixfmt
rustfmt
eslint_d
nil
python313Packages.python-lsp-server
typescript-language-server

View File

@@ -8,6 +8,7 @@ require("conform").setup({
lua = { "stylua" },
javascript = { "prettier" },
html = { "prettier" },
svelte = { "eslint_d" },
python = { "black" },
nix = { "nixfmt" },
css = { "prettier" },