mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-06-20 22:03:48 +00:00
b26990a875
- Fix KV json overload to return Promise<unknown | null> (null on missing keys) - Add shebang to Husky pre-commit hook - Explicitly add eslint ^10.0.0 to devDependencies Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
59 B
Bash
3 lines
59 B
Bash
#!/bin/sh
|
|
npx lint-staged && npm run typecheck && npm test
|