update deps

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-05-06 16:02:22 -05:00
parent 46dbdc7758
commit e561408f16
4 changed files with 78 additions and 248 deletions

View file

@ -8,7 +8,7 @@ return {
linters_by_ft = {
-- Builtin: https://github.com/mfussenegger/nvim-lint/tree/master/lua/lint/linters
markdown = { "markdownlint" },
lua = { "luacheck" },
-- lua = { "luacheck" }, -- TODO revisit this was not working last time
typescript = { "biomejs" },
typescriptreact = { "biomejs" },
javascript = { "biomejs" },