Damian Green

Results 24 issues of 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: ![image](https://user-images.githubusercontent.com/1592820/31771229-3ca0eeb8-b4d3-11e7-900f-039dfd6ef0fb.png) Ctrl Alt -o ![image](https://user-images.githubusercontent.com/1592820/31771252-4d3ba678-b4d3-11e7-9ae9-eec6c9235266.png)

**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...