feat: add ESLint configuration, update package.json scripts, and create example files for Bun integration

This commit is contained in:
2025-08-20 13:20:59 -04:00
parent 15a6f1ac81
commit b12aef225a
24 changed files with 464 additions and 128 deletions

15
examples/README.md Normal file
View File

@@ -0,0 +1,15 @@
# examples
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.