tickwerk/.vscode/settings.json

9 lines
169 B
JSON
Raw Normal View History

2022-05-16 02:08:27 +02:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
}