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']
},
},
resume:{
fileName: 'resume.pdf' // Place the resume file in public folder with the same name as the 'fileName' property.
resume: {
fileName: 'resume.pdf', // Place the resume file in public folder with the same name as the 'fileName' property.
},
social: {
linkedin: '',

View File

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