{
  "rules": {
    "object-shorthand": ["error", "never"],
    "prefer-arrow-callback": ["off"],
    "prefer-template": ["off"]
  }
}
