### 🐛 Bug Report - `tslint-to-eslint-config` version: 1.0.0-beta - ESLint version: 7.0.0 - Node version: 12.4.0 #### Actual Behavior See comment in https://github.com/typescript-eslint/tslint-to-eslint-config/pull/448#issuecomment-626239380: if you run `tslint-to-eslint-config` _twice_, it looks like some config values are getting picked up from extended configs. ```js // ... "ignorePatterns": [], // ... ``` #### Expected Behavior Don't add those things. Do not want. #### Reproduction With a `tslint.json` that contains `{ extends: "tslint:recommended" }`: ``` npx tslint-to-eslint-config npx tslint-to-eslint-config ```