{
  "eslint.validate": [
      "javascript",
      "html"
  ],
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
