Skip to content

Commit bfb9b4f

Browse files
committed
prettier
1 parent 96fad4b commit bfb9b4f

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
version: 10
1616
- run: pnpm install
1717
- run: pnpm lint
18+
- run: pnpm format
1819
- run: pnpm build
1920
- run: pnpm test

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"scripts": {
1111
"lint": "eslint",
12+
"format": "prettier --check .",
1213
"build": "tsc",
1314
"test": "jest",
1415
"prepack": "pnpm build"
@@ -34,6 +35,7 @@
3435
"eslint": "^9.26.0",
3536
"globals": "^16.1.0",
3637
"jest": "^30.0.4",
38+
"prettier": "^3.6.2",
3739
"ts-jest": "^29.4.0",
3840
"typescript": "^5.8.3",
3941
"typescript-eslint": "^8.32.1"

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)