updates and svelte additions

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-22 23:44:24 -06:00
parent 224ad4e3ec
commit 99a57f25b9
3 changed files with 61 additions and 65 deletions

View file

@ -13,6 +13,7 @@ return {
typescriptreact = { "biomejs" },
javascript = { "biomejs" },
javascriptreact = { "biomejs" },
svelte = { "eslint_d" },
-- Use the "*" filetype to run linters on all filetypes.
-- ['*'] = { 'global linter' },
-- Use the "_" filetype to run linters on filetypes that don't have other linters configured.