Skip to content

Commit 4327a0b

Browse files
committed
Remove "all" shareable config
1 parent 8452abe commit 4327a0b

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,6 @@ To enable this configuration use the `extends` property in your `.eslintrc` conf
5353
}
5454
```
5555

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.
67-
6856
## Supported Rules
6957

7058
| Rule | Description | Recommended |

lib/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ const rules = {
88
module.exports = {
99
rules,
1010
configs: {
11-
all: {
12-
plugins: ['testing-library'],
13-
rules,
14-
},
1511
recommended: {
1612
plugins: ['testing-library'],
1713
rules: {

0 commit comments

Comments
 (0)