Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca4eae5

Browse files
committed
chore: add lint scripts
1 parent 4f73686 commit ca4eae5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc -b && vite build && vite build --mode=client",
9+
"lint": "pnpm run lint:biome && pnpm run lint:knip && pnpm run lint:circular-dep",
910
"lint:biome": "pnpm biome lint --error-on-warnings .",
11+
"lint:knip": "pnpm knip",
12+
"lint:circular-dep": "pnpm dpdm --no-tree --no-warning -T ./src/client/index.tsx && pnpm dpdm --no-tree --no-warning -T ./src/server/index.tsx",
1013
"preview": "vite preview"
1114
},
1215
"dependencies": {

0 commit comments

Comments
 (0)