{ "markdown.extension.toc.levels": "1..3", "editor.codeActionsOnSave": { "source.addMissingImports": false, "source.organizeImports": false, "source.fixAll.eslint": false }, "eslint.format.enable": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, "javascript.preferences.importModuleSpecifierEnding": "js", "editor.tabSize": 4, "editor.insertSpaces": true, "eslint.validate": [ "javascript", "typescript" ], "files.eol": "\n", "html-validate.validate": [ "html" ] }