We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63812a5 commit f066853Copy full SHA for f066853
README.md
@@ -27,9 +27,9 @@ You can add rules:
27
```json
28
{
29
"rules": {
30
- "no-assigning-return-values": "error",
31
- "no-unnecessary-waiting": "error",
32
- "assertion-before-screenshot": "warn",
+ "cypress/no-assigning-return-values": "error",
+ "cypress/no-unnecessary-waiting": "error",
+ "cypress/assertion-before-screenshot": "warn",
33
}
34
35
```
0 commit comments