typescript-eslint
typescript-eslint copied to clipboard
feat(typescript-eslint): improve undefined extension handling
PR Checklist
- [x] Addresses an existing open issue: fixes #10176
- [ ] That issue was marked as accepting prs
- [x] Steps in Contributing were taken
Overview
Addresses #10176 by checking if any of the extensions are undefined and throwing a helpful error if true.