Skip to content

Commit f36d239

Browse files
committed
chore: add .prettierignore to exclude .changeset folder
1 parent 007cbb1 commit f36d239

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
dist
3+
.changeset
4+
pnpm-lock.yaml

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"clean": "rimraf ts-cache/dist storages/*/dist ts-cache/.tmp storages/*/.tmp",
88
"clean:modules": "rimraf ts-cache/node_modules storages/*/node_modules",
99
"clean:all": "pnpm run clean && pnpm run clean:modules",
10-
"format": "prettier --check \"**/*.{ts,js,json,md}\" --ignore-path .gitignore",
11-
"format:fix": "prettier --write \"**/*.{ts,js,json,md}\" --ignore-path .gitignore",
10+
"format": "prettier --check \"**/*.{ts,js,json,md}\"",
11+
"format:fix": "prettier --write \"**/*.{ts,js,json,md}\"",
1212
"lint": "eslint ts-cache/src storages/*/src",
1313
"lint:fix": "eslint ts-cache/src storages/*/src --fix",
1414
"test": "pnpm -r run test",

0 commit comments

Comments
 (0)