mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"search.exclude": {
|
|
"*.jst": true,
|
|
"*.md": true,
|
|
"*.yaml": true,
|
|
"*.yml": true,
|
|
"*.css": true,
|
|
"package*.json": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.fixAll": true
|
|
}
|
|
}
|