8 lines
168 B
JSON
8 lines
168 B
JSON
{
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"eslint.nodePath": ".yarn/sdks",
|
|
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
|
|
}
|