aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: d37381418dd53ed1b8150334657c995d5a6482a5 (plain)
1
2
3
4
5
6
7
{
    "markdown.extension.toc.levels": "1..3",
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },
    "eslint.format.enable": true
}