prettier fix

This commit is contained in:
Joan Jeremiah J 2022-10-03 14:55:58 +05:30
parent 0a0cd6bae1
commit 3f1b0ba513
2 changed files with 4 additions and 4 deletions

View File

@ -205,8 +205,8 @@ const config = {
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2'] projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
}, },
}, },
resume:{ resume: {
fileName: 'resume.pdf' // Place the resume file in public folder with the same name as the 'fileName' property. fileName: 'resume.pdf', // Place the resume file in public folder with the same name as the 'fileName' property.
}, },
social: { social: {
linkedin: '', linkedin: '',

View File

@ -34,8 +34,8 @@
"build:library": "vite build --config library.config.js", "build:library": "vite build --config library.config.js",
"lint": "eslint --ext .js,.jsx .", "lint": "eslint --ext .js,.jsx .",
"lint:fix": "eslint --ext .js,.jsx --fix .", "lint:fix": "eslint --ext .js,.jsx --fix .",
"prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}'", "prettier": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,md,json}\"",
"prettier:fix": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'" "prettier:fix": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\""
}, },
"dependencies": { "dependencies": {
"react": "^18.2.0", "react": "^18.2.0",