Commit 9a0ed13
committed
docs(linter): Fix config option docs for eslint/operator-assignment rule. (#16030)
This was inaccurate previously as I had added this before string-only config options were supported for doc generation.
Part of #14743.
Generated docs:
```md
## Configuration
This rule accepts one of the following string values:
### `"always"`
Requires assignment operator shorthand where possible.
### `"never"`
Disallows assignment operator shorthand.
```1 parent 3976e4f commit 9a0ed13
1 file changed
+4
-12
lines changedLines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 45 | | |
54 | 46 | | |
55 | 47 | | |
| |||
102 | 94 | | |
103 | 95 | | |
104 | 96 | | |
105 | | - | |
| 97 | + | |
106 | 98 | | |
107 | 99 | | |
108 | 100 | | |
| |||
0 commit comments