Skip to content

Commit

Permalink
Add format to package json
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Aschebrock <[email protected]>
  • Loading branch information
ThiloAschebrock committed Sep 15, 2023
1 parent 9750434 commit 721915e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,ts,tsx}": "eslint --cache --fix --ext .js,.ts,.tsx",
"*.{css,md,json,html,yaml}": "prettier --write"
"*": "prettier --write"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"e2e:ui": "playwright test --ui",
"build": "run-p build:backend build:frontend",
"lint": "eslint --cache --fix --ext .js,.ts,.tsx .",
"format": "prettier . --write",
"prepare": "husky install",
"start:frontend": "cd frontend && vite",
"start:local-backend": "run-p start:local-backend:db start:local-backend:gateway",
Expand Down

0 comments on commit 721915e

Please sign in to comment.