Commit 8f9a402
Implement comprehensive code formatting with Biome
- Update Node.js engine requirement from >=10 to >=16
- Add @biomejs/biome as development dependency with strict formatting rules
- Configure Biome with 2-space indents, 140-char lines, single quotes, trailing commas
- Install Lefthook for automated pre-commit formatting hooks
- Add npm format script for manual code formatting
- Format entire codebase (63 files) with consistent styling
- Update changelog for v1.0.0 major release
- All tests pass with formatted code
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 212e078 commit 8f9a402
File tree
68 files changed
+7120
-5442
lines changed- bin
- examples
- stream_queues
- tutorials
- callback_api
- lib
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+7120
-5442
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
0 commit comments