{
  "eslint.autoFixOnSave": true,
  "editor.formatOnSave": true,
  "[javascript]": {
    "editor.formatOnSave": false
  },
  "workbench.colorCustomizations": {
    "titleBar.activeBackground": "#01a117",
    "titleBar.inactiveBackground": "#01a11688"
  },
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}