Skip to content

Commit

Permalink
add quick doc for first rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cedeber committed Sep 7, 2024
1 parent e661a3c commit 2248a39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# eslint-plugin-throw

ESLint plugin to enforce function naming and JSDoc annotations for functions that throw

## Rules

| Name | Description |
| :------------------ | :------------------------------------------------------------ |
| throw-documentation | Enforce JSDoc @throws tag for functions that throw exceptions |

0 comments on commit 2248a39

Please sign in to comment.