prettier fix
This commit is contained in:
parent
0a0cd6bae1
commit
3f1b0ba513
@ -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: '',
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user