Commit a02567f
docs(linter): Update no-invalid-regexp rule to expose documentation for config options (#14838)
Results in the following generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### allowConstructorFlags
type: `string[]`
default: `[]`
Case-sensitive array of flags that will be allowed.
```
Part of #14743.
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>1 parent ebca4a6 commit a02567f
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | | - | |
62 | | - | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments