aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: aa57bde2a37e7003670e389dfe62993c571f99ab (plain)
1
2
3
4
5
6
7
8
9
10
{
    "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",
}