- 📝 Add comprehensive README.md, CONTRIBUTING.md, and 🔒 SECURITY.md documentation - 🔧 Integrate code formatting tool and refactor existing codebase to meet style guidelines - ⬆️ Update project dependencies to latest stable versions - 🤖 Implement pre-commit hook for automated code formatting #documentation #tooling #maintenance
4 lines
50 B
Bash
Executable file
4 lines
50 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
bun install
|
|
bun run lint:fix
|