{
  "extends": "airbnb-base",
  "rules": {
    "no-await-in-loop": "off",
    "no-param-reassign": "off",
    "no-underscore-dangle": "off"
  }
}