We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbcbcb commit 29be06fCopy full SHA for 29be06f
1 file changed
lsp/oxlint.lua
@@ -55,7 +55,7 @@ return {
55
56
local root_markers = util.insert_package_json(
57
{ '.oxlintrc.json', '.oxlintrc.jsonc', 'oxlint.config.ts' },
58
- { 'oxfmt', 'vite%-plus' },
+ { 'oxlint', 'vite%-plus' },
59
fname
60
)
61
on_dir(vim.fs.dirname(vim.fs.find(root_markers, { path = fname, upward = true })[1]))
0 commit comments