Writing react/redux code in Typescript and was experimenting to see if I could call result of yield'd select with some parameters (I do not believe you can actually do this, but I was just seeing if it would work).
select from redux-saga/effects version 1.0.5
This triggers the eslint error, though in practice I was passing some parameters:
const test = (yield select())();