JoshuaKGoldberg / JoshuaKGoldberg/TypeStat
Deal with array and object destructuring instead of skipping them
Open
status: proposal needed
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 47
- Avg merge
- 15h 55m
- Merged PRs (30d)
- 21
Description
```typescript
const [a, b] = [getOne(), getTwo()];
```
How should this be dealt with?
Contributor guide
Assessment
This issue has not been assessed yet.