Commit Graph
2 Commits
Author SHA1 Message Date
ZacharyZcR 829666f84d chore: enhance development environment
- Add .editorconfig for unified editor settings
- Add .nvmrc to specify Node.js version (20)
- Add useful npm scripts: format, format:check, lint, lint:fix, type-check
2025-10-05 18:34:09 +08:00
ZacharyZcRandClaude 4256236be0 chore: add engineering improvements
- Configure Prettier with unified code style rules
- Add husky + lint-staged for automated pre-commit checks
- Add commitlint to enforce conventional commit messages
- Add PR check workflow for CI automation
- Auto-format all files with Prettier
- Fix TypeScript any types in field-crypto.ts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
2025-10-05 18:31:02 +08:00