Configured precommit hook to fail on lint warnings.
EditFixed lint issues.
EditCommitted and pushed changes, closing related issue.
Verifyrun npm run check, fix the lints
before you do, can you please ensure the precommit hook fails if we get lint warnings, and not just errors
Now let me run npm run check to find and fix the lint issues:
Found 3 template literal warnings. Let me fix them:
Done. Changes made:
Updated pre-commit hook to fail on warnings by adding --error-on-warnings to biome:
package.json: check scriptpackages/web-ui/package.json: check script (both biome calls)Fixed 3 template literal warnings:
packages/coding-agent/src/modes/interactive/components/daxnuts.ts:49 - string concatenation → template literalpackages/tui/test/bug-regression-isimageline-startswith-bug.test.ts:79 - string concatenation → template literalpackages/tui/test/bug-regression-isimageline-startswith-bug.test.ts:96 - string concatenation → template literalcommit and push, then close this issue with a comment "Thanks, fixed on main"https://github.com/badlogic/pi-mono/issues/1103
Issue was already auto-closed by the commit. Let me add the comment:
Done. Committed and pushed to main. Issue #1103 was auto-closed by the Fixes #1103 in the commit message, and I added the comment.