fix(format): Fixed formatting issues across multiple TypeScript files.

This commit is contained in:
2024-06-23 22:57:09 +02:00
parent ae46afdee6
commit b797fca1fc
16 changed files with 66 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ export interface IGitzoneConfigData {
license: string;
projectDomain: string;
};
copy: {[key: string]: string}
copy: { [key: string]: string };
npmciOptions: {
npmAccessLevel: 'public' | 'private';
};