Skip to content

Commit a4582cd

Browse files
committed
add .prettierignore
1 parent 32cdeb0 commit a4582cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: .prettierignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
.pnpm-store/
3+
build
4+
dist
5+
download
6+
__snapshots__
7+
pnpm-lock.yaml

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "4.3.5"
1919
},
2020
"scripts": {
21-
"format": "prettier --ignore-path .gitignore --write .",
21+
"format": "prettier --write .",
2222
"publish-all": "ts-node scripts/publish.ts",
2323
"dry": "ts-node scripts/publish.ts --dry",
2424
"prepare": "is-ci || husky install"

0 commit comments

Comments
 (0)