Skip to content

Commit 689bda2

Browse files
committed
chore: update format check script and add .prettierignore file
1 parent 9f2169f commit 689bda2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated or managed files that shouldn't be reformatted
2+
pnpm-lock.yaml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"zip": "pnpm --filter @tempad-dev/extension zip",
3131
"npm:plugins": "pnpm --filter @tempad-dev/plugins publish --access public",
3232
"npm:mcp": "pnpm --filter @tempad-dev/mcp publish --access public",
33-
"format:check": "pnpm exec prettier --check \"**/*.{js,ts,mjs,cjs,cts,mts,json,md,yml,yaml}\" --ignore-path .gitignore",
33+
"format:check": "pnpm exec prettier --check \"**/*.{js,ts,mjs,cjs,cts,mts,json,md,yml,yaml}\"",
3434
"prepare": "lefthook install"
3535
},
3636
"pnpm": {

0 commit comments

Comments
 (0)