incorporate naming feedback; add tests
Signed-off-by: Chase Rutherford-Jenkins <chaseajen@users.noreply.github.com>
This commit is contained in:
+6
-8
@@ -17,14 +17,12 @@
|
||||
export interface Config {
|
||||
/** Configuration options for the scaffolder plugin */
|
||||
scaffolder?: {
|
||||
git?: {
|
||||
/**
|
||||
* The commit author info used when new components are created.
|
||||
*/
|
||||
author?: {
|
||||
name?: string;
|
||||
email?: string;
|
||||
};
|
||||
/**
|
||||
* The commit author info used when new components are created.
|
||||
*/
|
||||
defaultAuthor?: {
|
||||
name?: string;
|
||||
email?: string;
|
||||
};
|
||||
github?: {
|
||||
[key: string]: string;
|
||||
|
||||
Reference in New Issue
Block a user