Skip to content

Commit

Permalink
Merge pull request #29 from kentcdodds/patch-1
Browse files Browse the repository at this point in the history
make the rules config copy/pasteable
  • Loading branch information
chrisbreiding authored Aug 28, 2019
2 parents 63812a5 + f066853 commit 4a867f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ You can add rules:
```json
{
"rules": {
"no-assigning-return-values": "error",
"no-unnecessary-waiting": "error",
"assertion-before-screenshot": "warn",
"cypress/no-assigning-return-values": "error",
"cypress/no-unnecessary-waiting": "error",
"cypress/assertion-before-screenshot": "warn",
}
}
```
Expand Down

0 comments on commit 4a867f7

Please sign in to comment.