Skip to content

Commit 1c6e1aa

Browse files
committed
fix(oxlint): add oxlintrc.jsonc to root markers
1 parent fb5fa30 commit 1c6e1aa

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)