We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d451f1d commit a7d98b3Copy full SHA for a7d98b3
lua/astrocommunity/pack/oxlint/init.lua
@@ -19,24 +19,4 @@ return {
19
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "oxlint" })
20
end,
21
},
22
- {
23
- "stevearc/conform.nvim",
24
- optional = true,
25
- opts = function(_, opts)
26
- if not opts.formatters_by_ft then opts.formatters_by_ft = {} end
27
- -- https://oxc.rs/docs/guide/usage/linter.html
28
- local supported_ft = {
29
- "javascript",
30
- "typescript",
31
- "javascriptreact",
32
- "typescriptreact",
33
- "astro",
34
- "svelte",
35
- "vue",
36
- }
37
- for _, ft in ipairs(supported_ft) do
38
- opts.formatters_by_ft[ft] = { "oxlint" }
39
- end
40
- end,
41
- },
42
}
0 commit comments