2022-08-09 04:55:55 -07:00
|
|
|
{
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"search.exclude": {
|
|
|
|
"node_modules": true,
|
|
|
|
"dist": true,
|
2022-11-09 08:32:05 -08:00
|
|
|
"pnpm-lock.yaml": true
|
2022-08-09 04:55:55 -07:00
|
|
|
},
|
2022-12-22 00:55:39 -08:00
|
|
|
"typescript.format.enable": false,
|
2022-08-09 04:55:55 -07:00
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
2022-12-22 00:55:39 -08:00
|
|
|
"workspace-default-settings.runOnActivation": true,
|
2023-09-01 04:29:31 -07:00
|
|
|
"prettier.prettierPath": "node_modules/prettier/index.cjs",
|
2022-12-22 00:55:39 -08:00
|
|
|
"eslint.probe": ["javascript", "typescript", "vue"],
|
|
|
|
"eslint.workingDirectories": [
|
|
|
|
{
|
|
|
|
"mode": "auto"
|
|
|
|
}
|
|
|
|
]
|
2022-08-09 04:55:55 -07:00
|
|
|
}
|