A combination package that adds some convenient rules for working with redux/saga/cypress.
Currently included rules are.
To make sure that you always write all your intercepts before taking any actions.
To prevent you from writing intercepts that simply check whether a request is sent instead of actually mocking the data.
Is a copy of no-restricted-syntax provided so that you can have both error and warning rules at the same time.