# Disallow actions within chains (`cypress/unsafe-to-chain-command`) 💼 This rule is enabled in the ✅ `recommended` config. ### Options | Name | Description | Type | Default | | :-------- | :---------------------------------------------------------- | :---- | :------ | | `methods` | An additional list of methods to check for unsafe chaining. | Array | `[]` | ## Further Reading See [retry-ability guide](https://docs.cypress.io/guides/core-concepts/retry-ability#Actions-should-be-at-the-end-of-chains-not-the-middle).