{ "[typescript]": { "editor.codeActionsOnSave": { "source.organizeImports": true, "source.fixAll.eslint": true } }, "[typescriptreact]": { "editor.codeActionsOnSave": { "source.organizeImports": true, "source.fixAll.eslint": true } }, "[javascript]": { "editor.codeActionsOnSave": { "source.organizeImports": true, "source.fixAll.eslint": true } }, "[markdown]": { "editor.insertSpaces": true, "editor.tabSize": 2 }, "typescript.format.semicolons": "remove", "editor.insertSpaces": false, "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "typescript.tsdk": "node_modules\\typescript\\lib" }