fixed eslint

This commit is contained in:
2026-05-04 14:05:28 +01:00
parent b3e1ed3aa8
commit fbe4ed549b
2 changed files with 1 additions and 2 deletions

View File

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

View File

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