cal/.vscode/settings.json

11 lines
314 B
JSON
Raw Normal View History

{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"spellright.language": ["en"],
2022-10-10 19:27:31 -03:00
"spellright.documentTypes": ["markdown", "typescript"]
}