Skip to content

Commit 29be06f

Browse files
committed
fix typo
1 parent ddbcbcb commit 29be06f

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
@@ -55,7 +55,7 @@ return {
5555

5656
local root_markers = util.insert_package_json(
5757
{ '.oxlintrc.json', '.oxlintrc.jsonc', 'oxlint.config.ts' },
58-
{ 'oxfmt', 'vite%-plus' },
58+
{ 'oxlint', 'vite%-plus' },
5959
fname
6060
)
6161
on_dir(vim.fs.dirname(vim.fs.find(root_markers, { path = fname, upward = true })[1]))

0 commit comments

Comments
 (0)