calcom/.vscode/settings.json
2021-08-18 12:26:07 +00:00

9 lines
242 B
JSON

{
"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"
}