2021-08-18 12:26:07 +00:00
|
|
|
{
|
|
|
|
"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
|
|
|
|
},
|
2021-12-20 10:38:46 +00:00
|
|
|
"eslint.run": "onSave",
|
2022-01-17 19:42:38 +00:00
|
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
|
|
"spellright.language": ["en"],
|
|
|
|
"spellright.documentTypes": ["markdown"]
|
2021-08-18 12:26:07 +00:00
|
|
|
}
|