good first issueðš sdkð·ââïž contributor-experience
Repository metrics
- Stars
- Â (5,385 stars)
- PR merge metrics
-  (30d ã« merged PR ã¯ãããŸãã)
説æ
It would be handy to have a custom eslint plugin that asserts that all typescript files are exported to the root of the SDK. Any exported APIs inside a directory named internal or with the pattern *.util.ts can be excluded.
In my experience it's pretty easy to forget to re-export a module in index.ts, so a linter rule would help.