We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5fa30 commit deb9667Copy full SHA for deb9667
1 file changed
lsp/oxlint.lua
@@ -47,7 +47,7 @@ return {
47
'svelte',
48
'astro',
49
},
50
- root_markers = { '.oxlintrc.json', 'oxlint.config.ts' },
+ root_markers = { '.oxlintrc.json', '.oxlintrc.jsonc', 'oxlint.config.ts' },
51
workspace_required = true,
52
on_attach = function(client, bufnr)
53
vim.api.nvim_buf_create_user_command(bufnr, 'LspOxlintFixAll', function()
0 commit comments