Omar Othman
Results
2
issues of
Omar Othman
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
enhancement
documentation
good first issue
When a file uses the syntax ```ts export * from "./file.ts"; ``` where `file.ts` contains more than one export on separate lines, the rule throws a RangeError. **Minimal reproduction:** https://github.com/omothm/no-unused-exports-export-from-bug-repro