added eslint for svelte files

This commit is contained in:
2026-05-04 13:59:52 +01:00
parent 67ef68769a
commit b3e1ed3aa8
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
prettier
black
nixfmt
eslint
rustfmt
nil
python313Packages.python-lsp-server

View File

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