From e1bdf99ea02b28714634599534767b175849d445 Mon Sep 17 00:00:00 2001 From: Alexandre Daubricourt Date: Sun, 2 Jun 2024 21:11:01 +0200 Subject: [PATCH] docs: update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29ec84f..657ed5d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@

eslint-plugin-exception-handling
- +

+ 💣 Lints unhandled functions that might throw errors & ensure best practices. For JavaScript/TypeScript eslint. +

+
+

+ +

![image](https://github.com/Akronae/eslint-plugin-exception-handling/assets/17302866/f77dd81a-09c5-4f41-a3f1-d017df1bb1b9)