Add prettier, eslint and conventional commits extension to the workspace recommended extensions
7 lines
132 B
JSON
7 lines
132 B
JSON
{
|
|
"recommendations": [
|
|
"esbenp.prettier-vscode",
|
|
"vivaxy.vscode-conventional-commits",
|
|
"dbaeumer.vscode-eslint"
|
|
]
|
|
}
|