{
  "editor.formatOnSave": true,
  "[json]": {
    "editor.formatOnSave": false
  },
  "javascript.validate.enable": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
