{
    "markdown.extension.toc.levels": "1..3",
    "editor.codeActionsOnSave": {
        "source.addMissingImports": true,
        "source.organizeImports": true,
        "source.fixAll.eslint": true,
    },
    "eslint.format.enable": true,
    "javascript.preferences.importModuleSpecifierEnding": "js",
}