{
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": "explicit",
        "source.fixAll.format": "explicit"
    },
    "editor.formatOnPaste": true,
    "editor.formatOnSave": true
}
