4chan-XZ/.vscode/settings.json
2023-04-22 05:33:23 +02:00

15 lines
293 B
JSON

{
"search.exclude": {
"*.jst": true,
"*.md": true,
"*.yaml": true,
"package*.json": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true
}
}