mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 13:49:54 -06:00
12 lines
424 B
JSON
12 lines
424 B
JSON
{
|
|
"recommendations": [
|
|
"ban.spellright", // Spell check for docs
|
|
"bradlc.vscode-tailwindcss", // hinting / autocompletion for tailwind
|
|
"DavidAnson.vscode-markdownlint", // markdown linting
|
|
"dbaeumer.vscode-eslint", // eslint plugin
|
|
"esbenp.prettier-vscode", // prettier plugin
|
|
"Prisma.prisma", // syntax|format|completion for prisma
|
|
"yzhang.markdown-all-in-one" // nicer markdown support
|
|
]
|
|
}
|