mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: replace eslintd with quick-lint-js
This commit is contained in:
parent
1020911f18
commit
684ee6d508
3 changed files with 7 additions and 18 deletions
|
@ -25,8 +25,8 @@ return {
|
|||
cpp = { "clang-format" },
|
||||
hcl = { "hcl" },
|
||||
toml = { "taplo" },
|
||||
htmlhugo = { "prettier" },
|
||||
markdown = { "prettier" },
|
||||
htmlhugo = { "prettierd", "prettier" },
|
||||
markdown = { "prettierd", "prettier" },
|
||||
},
|
||||
formatters = {
|
||||
csharpier = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue