aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 2480961b96d0672d58123853cd2afe0627e1fb39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "markdown.extension.toc.levels": "1..3",
    "editor.codeActionsOnSave": {
        "source.addMissingImports": true,
        "source.organizeImports": true,
        "source.fixAll.eslint": true,
    },
    "eslint.format.enable": true,
    "playwright.env": {
        "PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS": 1
    },
    "javascript.preferences.importModuleSpecifierEnding": "js",
}