mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
prettier fix
This commit is contained in:
@@ -206,7 +206,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
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: '',
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user