Skip to content

Commit

Permalink
added specific prettier dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
prishavall committed Jan 17, 2024
1 parent 8e174e6 commit e408698
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "next lint",
"start": "next dev"
"start": "next dev",
"format:check": "prettier \"**/*.{js,jsx,ts,tsx,json}\" -l"
},
"keywords": [],
"author": "",
Expand Down Expand Up @@ -61,6 +62,7 @@
"depcheck": "^1.4.7",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.2.2",
"typescript": "^5.2.2"
}
}
9 changes: 9 additions & 0 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e408698

Please sign in to comment.