We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e37e62 commit b8b0e83Copy full SHA for b8b0e83
README.md
@@ -25,6 +25,9 @@ We maintain documentation in this repo:
25
* **[@dotcom-reliability-kit/eslint-config](./packages/eslint-config/#readme):**<br/>
26
A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production.
27
28
+ * **[@dotcom-reliability-kit/fetch-error-handler](./packages/fetch-error-handler/#readme):**<br/>
29
+ Properly handle fetch errors and avoid a lot of boilerplate in your app.
30
+
31
* **[@dotcom-reliability-kit/log-error](./packages/log-error/#readme):**<br/>
32
A method to consistently log error object with optional request information
33
0 commit comments