mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
15 lines
293 B
JSON
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
|
|
}
|
|
}
|