You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,18 +53,6 @@ To enable this configuration use the `extends` property in your `.eslintrc` conf
53
53
}
54
54
```
55
55
56
-
### All
57
-
58
-
If you want to enable all rules instead of only some you can do so by adding the `all` configuration to your `.eslintrc` config file:
59
-
60
-
```json
61
-
{
62
-
"extends": ["plugin:testing-library/all"]
63
-
}
64
-
```
65
-
66
-
While the `recommended` configuration only change in major versions, the `all` configuration may change in any release and is thus unsuited for installations requiring long-term consistency.
0 commit comments