{ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.organizeImports": "explicit" }, "dotenv.enableAutocloaking": false, "jest.autoRun": { "watch": false, "onSave": "test-file" } }