with `"lodash/import-scope": ["error", "method"]`, named typescript type imports from lodash produce false positive errors: ``` import type { DebouncedFunc } from 'lodash' // error ```