Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 770 Bytes

File metadata and controls

19 lines (14 loc) · 770 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushConfiguration > gitAllowedEmailRegExps

RushConfiguration.gitAllowedEmailRegExps property

[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[];