Skip to content

Commit dbf391f

Browse files
authored
docs: add rule config to readme
1 parent 87566a2 commit dbf391f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ Then configure the rules you want to use under the rules section.
3434

3535
```json
3636
{
37-
"rules": {}
37+
"rules": {
38+
"jest-dom/prefer-required": "error",
39+
"jest-dom/prefer-enabled-disabled": "error",
40+
"jest-dom/prefer-checked": "error",
41+
"jest-dom/prefer-to-have-attribute": "error",
42+
}
3843
}
3944
```
4045

0 commit comments

Comments
 (0)