Files
frontend/.vscode/settings.json

9 lines
169 B
JSON

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