{
    "editor.codeActionsOnSave": {
        "source.fixAll": true,
        "source.fixAll.eslint": true,
        "source.organizeImports": true
      },
      "javascript.format.enable": true,
      "editor.formatOnSave": true,

}