Files
frontend/.vscode/settings.json
Valentin Silytuin b9414854b2 Initial commit
2024-04-27 23:37:54 +04:00

8 lines
134 B
JSON

{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs"
}