| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > RushConfiguration > gitAllowedEmailRegExps
[Part of the "gitPolicy" feature.] A list of regular expressions describing allowable email patterns for Git commits. They are case-insensitive anchored JavaScript RegExps. Example: ".*@example\.com" This array will never be undefined.
Signature:
readonly gitAllowedEmailRegExps: string[];