lowdefy/.vscode/settings.json

9 lines
168 B
JSON
Raw Permalink Normal View History

2020-10-06 17:21:14 +02:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
}