mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com> Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com> Co-authored-by: Victor Santos <victor@formbricks.com> Co-authored-by: victorvhs017 <115753265+victorvhs017@users.noreply.github.com>
14 lines
557 B
JSON
14 lines
557 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
|
|
"vitest.explorer", // run tests directly from the code window
|
|
"sonarsource.sonarlint-vscode" // sonarqube linter for vscode
|
|
]
|
|
}
|