feat(prettier): the prettier extra now needs a prettier config file by default. See docs to change this.

This commit is contained in:
Folke Lemaitre 2024-06-05 22:55:36 +02:00
parent 9a1162314f
commit 8ceccd71e2
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 29 additions and 10 deletions

View file

@ -58,14 +58,4 @@ return {
})
end,
},
-- {
-- "stevearc/conform.nvim",
-- optional = true,
-- opts = {
-- formatters_by_ft = {
-- ["svelte"] = { "prettier" },
-- },
-- },
-- },
}