From 3f1b0ba513e7741478137aab9c19bad6881a6a5b Mon Sep 17 00:00:00 2001 From: Joan Jeremiah J Date: Mon, 3 Oct 2022 14:55:58 +0530 Subject: [PATCH] prettier fix --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cfbb345..1acfaf8 100644 --- a/README.md +++ b/README.md @@ -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: '', diff --git a/package.json b/package.json index f1ad520..52bb441 100644 --- a/package.json +++ b/package.json @@ -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",