tickwerk/.vscode/settings.json

9 lines
168 B
JSON
Raw Normal View History

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