Skip to content

Commit f066853

Browse files
author
Kent C. Dodds
authored
make the rules config copy/pasteable
1 parent 63812a5 commit f066853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ You can add rules:
2727
```json
2828
{
2929
"rules": {
30-
"no-assigning-return-values": "error",
31-
"no-unnecessary-waiting": "error",
32-
"assertion-before-screenshot": "warn",
30+
"cypress/no-assigning-return-values": "error",
31+
"cypress/no-unnecessary-waiting": "error",
32+
"cypress/assertion-before-screenshot": "warn",
3333
}
3434
}
3535
```

0 commit comments

Comments
 (0)