
* tailwind prettier * Minor fixes * Sorts components and pages Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: zomars <zomars@me.com>
11 lines
419 B
JSON
11 lines
419 B
JSON
{
|
|
"recommendations": [
|
|
"DavidAnson.vscode-markdownlint", // markdown linting
|
|
"yzhang.markdown-all-in-one", // nicer markdown support
|
|
"esbenp.prettier-vscode", // prettier plugin
|
|
"dbaeumer.vscode-eslint", // eslint plugin
|
|
"bradlc.vscode-tailwindcss", // hinting / autocompletion for tailwind
|
|
"ban.spellright", // Spell check for docs
|
|
"stripe.vscode-stripe" // stripe VSCode extension
|
|
]
|
|
}
|