Skip to content

Commit 7983175

Browse files
Sort rules alphabetically in Readme
Co-authored-by: Mike McCready <[email protected]>
1 parent dd07e80 commit 7983175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ These rules enforce some of the [best practices recommended for using Cypress](h
130130
| [no-assigning-return-values](docs/rules/no-assigning-return-values.md) | disallow assigning return values of `cy` calls ||
131131
| [no-async-before](docs/rules/no-async-before.md) | disallow using `async`/`await` in Cypress `before` methods | |
132132
| [no-async-tests](docs/rules/no-async-tests.md) | disallow using `async`/`await` in Cypress test cases ||
133+
| [no-debug](docs/rules/no-debug.md) | disallow using `cy.debug()` calls | |
133134
| [no-force](docs/rules/no-force.md) | disallow using `force: true` with action commands | |
134135
| [no-pause](docs/rules/no-pause.md) | disallow using `cy.pause()` calls | |
135-
| [no-debug](docs/rules/no-debug.md) | disallow using `cy.debug()` calls | |
136136
| [no-unnecessary-waiting](docs/rules/no-unnecessary-waiting.md) | disallow waiting for arbitrary time periods ||
137137
| [require-data-selectors](docs/rules/require-data-selectors.md) | require `data-*` attribute selectors | |
138138
| [unsafe-to-chain-command](docs/rules/unsafe-to-chain-command.md) | disallow actions within chains ||

0 commit comments

Comments
 (0)