Skip to content

Commit 374498c

Browse files
committed
chore: update biome ignore; fix script
1 parent 35b498c commit 374498c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": ["**/node_modules/**", "**/.sqlite/**", "routeTree.gen.ts"]
10+
"ignore": ["**/node_modules/**", ".temp", "dist", "test-data"]
1111
},
1212
"formatter": {
1313
"enabled": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "bun test",
2020
"test:coverage": "bun run test --coverage",
2121
"test:data": "bun scripts/test-data.ts",
22-
"lint": "biome check && ts:check",
22+
"lint": "biome check && bun run ts:check",
2323
"lint:fix": "biome check --write",
2424
"ts:check": "tsc --noEmit",
2525
"prepublishOnly": "bun run build"

0 commit comments

Comments
 (0)