mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
14 lines
248 B
Lua
14 lines
248 B
Lua
return {
|
|
cmd = { "prettier", "--lsp" },
|
|
filetypes = {
|
|
"javascript",
|
|
"typescript",
|
|
"css",
|
|
"scss",
|
|
"html",
|
|
"json",
|
|
"yaml",
|
|
},
|
|
root_markers = { ".prettierrc", "package.json" },
|
|
}
|