Skip to content

Commit

Permalink
Sort rules alphabetically in Readme
Browse files Browse the repository at this point in the history
Co-authored-by: Mike McCready <[email protected]>
  • Loading branch information
nicooprat and MikeMcC399 authored Aug 6, 2024
1 parent dd07e80 commit 7983175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ These rules enforce some of the [best practices recommended for using Cypress](h
| [no-assigning-return-values](docs/rules/no-assigning-return-values.md) | disallow assigning return values of `cy` calls ||
| [no-async-before](docs/rules/no-async-before.md) | disallow using `async`/`await` in Cypress `before` methods | |
| [no-async-tests](docs/rules/no-async-tests.md) | disallow using `async`/`await` in Cypress test cases ||
| [no-debug](docs/rules/no-debug.md) | disallow using `cy.debug()` calls | |
| [no-force](docs/rules/no-force.md) | disallow using `force: true` with action commands | |
| [no-pause](docs/rules/no-pause.md) | disallow using `cy.pause()` calls | |
| [no-debug](docs/rules/no-debug.md) | disallow using `cy.debug()` calls | |
| [no-unnecessary-waiting](docs/rules/no-unnecessary-waiting.md) | disallow waiting for arbitrary time periods ||
| [require-data-selectors](docs/rules/require-data-selectors.md) | require `data-*` attribute selectors | |
| [unsafe-to-chain-command](docs/rules/unsafe-to-chain-command.md) | disallow actions within chains ||
Expand Down

0 comments on commit 7983175

Please sign in to comment.