fix(oxc): added fixKind = "all"

This commit is contained in:
Folke Lemaitre 2026-04-02 10:07:50 +02:00
parent 96f4f18d7d
commit 85afbbc94b
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -29,7 +29,11 @@ return {
opts = {
servers = {
---@type lspconfig.settings.oxlint
oxlint = {},
oxlint = {
settings = {
fixKind = "all",
},
},
--- disable the oxfmt lsp server since we use conform for formatting
oxfmt = { enabled = false },
},