refactor: lint and dap
This commit is contained in:
parent
a9cb122592
commit
7785311043
46 changed files with 2453 additions and 0 deletions
19
nivm/settings/prettier.lua
Normal file
19
nivm/settings/prettier.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
local prettier = require("prettier")
|
||||
|
||||
prettier.setup({
|
||||
bin = 'prettier', -- or `prettierd`
|
||||
filetypes = {
|
||||
"css",
|
||||
"graphql",
|
||||
"html",
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"json",
|
||||
"less",
|
||||
"markdown",
|
||||
"scss",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"yaml",
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue