Damian Green
Damian Green
``` 'etc/prefer-interface': [ 'error', { allowIntersection: false, allowLocal: true, }, ], ``` Example `export type TableDataWithIndex = HasIndex & T` gets converted to `export interface TableDataWithIndex extends HasIndex, T {}`...
Before:  Ctrl Alt -o 
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. In any repo containign this latest package run `pnpm...