eslint fix

This commit is contained in:
Joan Jeremiah J
2022-10-03 14:29:01 +05:30
parent 9605a47a2a
commit 0a0cd6bae1
3 changed files with 9 additions and 8 deletions

View File

@@ -133,7 +133,7 @@ export const sanitizeConfig = (config) => {
'winter',
'procyon',
];
return {
github: {
username: config?.github?.username || '',
@@ -144,8 +144,8 @@ export const sanitizeConfig = (config) => {
projects: config?.github?.exclude?.projects || [],
},
},
resume:{
fileName: config?.resume?.fileName || false
resume: {
fileName: config?.resume?.fileName || false,
},
social: {
linkedin: config?.social?.linkedin,