{
    "extends": "airbnb-base",
    "rules": {
      "arrow-parens": ["error", "as-needed"],
      "consistent-return": "off",
      "comma-dangle": "off",
      "no-console": "off"
    }
}
