Skip to content

Commit 9aa4339

Browse files
committed
- Created fork
1 parent ee40f81 commit 9aa4339

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,13 @@
162162
* IMPORTANT: Because these are regular expressions encoded as JSON string literals,
163163
* RegExp escapes need two backslashes, and ordinary periods should be "\\.".
164164
*/
165-
"allowedEmailRegExps": ["[^@]+@users\\.noreply\\.github\\.com"],
166-
165+
//"allowedEmailRegExps": ["[^@]+@users\\.noreply\\.github\\.com"],
167166
/**
168167
* When Rush reports that the address is malformed, the notice can include an example
169168
* of a recommended email. Make sure it conforms to one of the allowedEmailRegExps
170169
* expressions.
171170
*/
172-
"sampleEmail": "example@users.noreply.github.com"
173-
171+
//"sampleEmail": "example@users.noreply.github.com"
174172
/**
175173
* The commit message to use when committing changes during 'rush publish'.
176174
*
@@ -179,7 +177,6 @@
179177
* in the commit message, and then customize Rush's message to contain that string.
180178
*/
181179
// "versionBumpCommitMessage": "Bump versions [skip ci]",
182-
183180
/**
184181
* The commit message to use when committing changes during 'rush version'.
185182
*
@@ -188,7 +185,6 @@
188185
* in the commit message, and then customize Rush's message to contain that string.
189186
*/
190187
// "changeLogUpdateCommitMessage": "Update changelogs [skip ci]",
191-
192188
/**
193189
* The commit message to use when committing changefiles during 'rush change --commit'
194190
*

0 commit comments

Comments
 (0)