We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e46d8 commit 8065cc3Copy full SHA for 8065cc3
docs/rules/consistent-data-testid.md
@@ -33,7 +33,7 @@ const baz = props => <div>...</div>;
33
34
```json
35
{
36
- "testing-library/data-testid": [
+ "testing-library/consistent-data-testid": [
37
2,
38
39
"testIdPattern": "^TestId(__[A-Z]*)?$"
0 commit comments