chore: add oxlint type-aware lint

This commit is contained in:
Peter Steinberger
2025-12-23 00:28:33 +00:00
parent ce04308c17
commit f5837dff9c
3 changed files with 158 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
"start": "tsx src/index.ts",
"clawdis": "tsx src/index.ts",
"clawdis:rpc": "tsx src/index.ts agent --mode rpc --json",
"lint": "biome check src",
"lint": "biome check src test && oxlint --type-aware src test --ignore-pattern src/canvas-host/a2ui/a2ui.bundle.js",
"lint:swift": "swiftlint lint --config .swiftlint.yml && (cd apps/ios && swiftlint lint --config .swiftlint.yml)",
"lint:fix": "biome check --write --unsafe src && biome format --write src",
"format": "biome format src",
@@ -115,6 +115,8 @@
"lucide": "^0.562.0",
"markdown-it": "^14.1.0",
"ollama": "^0.6.3",
"oxlint": "^1.35.0",
"oxlint-tsgolint": "^0.10.0",
"quicktype-core": "^23.2.6",
"rolldown": "1.0.0-beta.55",
"signal-utils": "^0.21.1",