fix(format): Fixed formatting issues across multiple TypeScript files.
This commit is contained in:
@@ -17,7 +17,7 @@ export interface IGitzoneConfigData {
|
||||
license: string;
|
||||
projectDomain: string;
|
||||
};
|
||||
copy: {[key: string]: string}
|
||||
copy: { [key: string]: string };
|
||||
npmciOptions: {
|
||||
npmAccessLevel: 'public' | 'private';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user