Skip to content

Commit 1ec766e

Browse files
committed
chore: cleanup
1 parent b19971f commit 1ec766e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.prettierignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.idea
2-
.vscode
3-
node_modules
4-
pnpm-lock.yaml
1+
/.idea
2+
/.vscode
3+
/node_modules
4+
/pnpm-lock.yaml
5+
/temp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"postfix": "run-p postts postformat:fix postlint:fix",
2222
"format": "turbo run format --no-daemon --parallel",
2323
"format:fix": "turbo run format:fix --no-daemon --parallel",
24-
"postformat": "prettier --check \"./*.{js,json,md,yaml}\" \".changeset/**/*.md\" \".github/**/*.yaml\"",
24+
"postformat": "prettier --ignore-path .prettierignore --check \"./*.{js,json,md,yaml}\" \".changeset/**/*.md\" \".github/**/*.yaml\"",
2525
"postformat:fix": "pnpm run postformat --write",
2626
"postinstall": "is-ci || manypkg check",
2727
"lint": "turbo run lint --no-daemon",

0 commit comments

Comments
 (0)