Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedeber committed Sep 8, 2024
1 parent 515bad8 commit fbd53e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ A plugin for ESLint to enforce naming conventions and JSDoc annotations for func
- **Function Naming**: Enforces a naming convention for functions that can throw, e.g., `functionNameOrThrow()`.
- **JSDoc Enforcement**: Requires JSDoc `@throws` tags for functions that throw errors.

### Not implemented yet

- Support `@throws` but without a type. Optional.
- Check if a `@throws` tag is set, but not required.
- Support of async function
- Function Naming

## Installation

```sh
Expand Down

0 comments on commit fbd53e4

Please sign in to comment.