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
docs(linter): Add configuration docs to no-useless-escape lint rule. (#14791)
Also add missing text for "Why is this bad?" section. I've updated this
to use the autogen docs rather than an explicit Options section, since
that seems to be the preferred implementation path for this kind of
addition.
Part of #14743.
Results in:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### allowRegexCharacters
type: `string[]`
default: `[]`
An array of characters that are allowed to be escaped unnecessarily in regexes.
```
---------
Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments