Biome setup
Some checks failed
Lint / lint (push) Failing after 12s

This commit is contained in:
Julien Valverdé
2025-09-20 03:39:12 +02:00
parent 99a3fadc3a
commit 894c2bd3ec
9 changed files with 80 additions and 48 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint ./src",
"build": "rollup -c",
"dev:bun": "NODE_ENV=development bun --hot ./src/entrypoint.bun.ts",
"dev:node": "NODE_ENV=development tsx --watch ./src/entrypoint.node.ts",