We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 015ded8 + a55c9b9 commit 2df8fb3Copy full SHA for 2df8fb3
.husky/pre-commit
@@ -1,2 +1 @@
1
bunx lint-staged
2
-prettier -c .
types/project.d.ts
@@ -72,7 +72,7 @@ export interface Project {
72
url?: string;
73
contacts?: {
74
name: string;
75
- email: string;
+ email?: string;
76
77
[k: string]: unknown;
78
}[];
0 commit comments