From bf3ca917a34b9c1343d674617f3ad0e1e5915189 Mon Sep 17 00:00:00 2001 From: Alexandre Daubricourt Date: Sun, 2 Jun 2024 17:49:48 +0200 Subject: [PATCH] docs: removed TODO done --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0be693f..29ec84f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

eslint-plugin-exception-handling @@ -68,10 +68,6 @@ export default [ - This plugin only checks for functions that might throw exceptions. It does not check for functions that might return a rejected promise. - Currently, only user-defined functions are checked. This means that built-in functions that might throw exceptions are not yet linted. I'm working on a feature for that, but it's quite a grind to list all the built-in functions that might throw exceptions. If you want to help feel free to open a PR. -# TODO - -- Add an option to only lint if there is no function further up the stack with no try-catch, instead of linting if the direct calling function has no try-catch - # Rules