erratic-gate/.vscode/settings.json

7 lines
164 B
JSON
Raw Normal View History

{
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
2020-04-13 22:39:00 +02:00
"explorer.autoReveal": false,
"typescript.tsdk": "node_modules/typescript/lib"
}