refactor: ♻️ Don't use Bun global

This commit is contained in:
Jesse Wierzbinski 2025-03-30 23:06:34 +02:00
parent d55668d529
commit 25ea870f71
No known key found for this signature in database
15 changed files with 32 additions and 19 deletions

View file

@ -100,7 +100,7 @@
"indentWidth": 4
},
"javascript": {
"globals": ["Bun", "HTMLRewriter", "BufferEncoding"]
"globals": ["HTMLRewriter", "BufferEncoding"]
},
"files": {
"ignore": ["node_modules", "dist", "cache", "build"]