lowdefy/.vscode/settings.json
2020-10-06 17:21:14 +02:00

9 lines
168 B
JSON

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