During request #42992, when we upgraded eslint-plugin-cypress, a new rule was added to the recommended configuration. This rule raises an error when certain cypress commands are chained, for example .clear().type(). Those commands are marked as unsafe to be chained in the documentation. During the upgrade, we disabled this rule, because there was already enough to deal with.
We should fix the errors and enable again this rule.