chore: Lint fixes

This commit is contained in:
2026-03-27 17:47:12 +05:30
parent b6dbcfe91a
commit 0f5a31137f
6 changed files with 41 additions and 32 deletions
+6 -2
View File
@@ -3,8 +3,11 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"type-check": "tsc --noEmit",
"lint": "biome check .",
"format": "biome format .",
"lint:fix": "biome check . --write",
"lint:fix:unsafe": "biome check . --write --unsafe",
"format:fix": "biome format . --write",
"ingest": "bun run setup/ingest.ts",
"agent": "bun run agent.ts",
"build": "bun run setup/build_graph.ts",
@@ -28,6 +31,7 @@
"llamaindex": "^0.12.1"
},
"devDependencies": {
"typescript": "^5.5.2",
"@biomejs/biome": "^2.4.9"
}
}
}