Skip to content

Commit

Permalink
Prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jan 2, 2024
1 parent d772252 commit 5ca55c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
node_modules
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "pnpm run test:client & pnpm run test:ssr",
"test:client": "vitest",
"test:ssr": "vitest --mode ssr",
"format": "prettier --cache --ignore-path .gitignore -w .",
"format": "prettier --cache -w .",
"lint": "pnpm run lint:code & pnpm run lint:types",
"lint:code": "eslint --ignore-path .gitignore --max-warnings 0 src/**/*.{js,ts,tsx,jsx}",
"lint:types": "tsc --noEmit"
Expand Down

0 comments on commit 5ca55c9

Please sign in to comment.