10 lines
381 B
JSON
10 lines
381 B
JSON
|
{
|
||
|
"recommendations": [
|
||
|
"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
|
||
|
"heybourn.headwind" // automatically sort tailwind classes in predictable order, kinda like "prettier for tailwind"
|
||
|
]
|
||
|
}
|