cal.pub0.org/.vscode/settings.json

14 lines
373 B
JSON
Raw Normal View History

{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": true,
// Auto-fix issues with ESLint when you save code changes
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.run": "onSave",
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#888888",
"titleBar.inactiveBackground": "#292929"
}
}