Skip to content

Commit deb9667

Browse files
authored
fix(oxlint): oxlintrc.jsonc root marker #4381
1 parent fb5fa30 commit deb9667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lsp/oxlint.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ return {
4747
'svelte',
4848
'astro',
4949
},
50-
root_markers = { '.oxlintrc.json', 'oxlint.config.ts' },
50+
root_markers = { '.oxlintrc.json', '.oxlintrc.jsonc', 'oxlint.config.ts' },
5151
workspace_required = true,
5252
on_attach = function(client, bufnr)
5353
vim.api.nvim_buf_create_user_command(bufnr, 'LspOxlintFixAll', function()

0 commit comments

Comments
 (0)