{
  "plugins": ["react"],
  "rules": {
    "react/only-export-components": [
      "error",
      {
        "allowConstantExport": true
      }
    ]
  }
}
