Fix Biome config
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-09-20 04:20:15 +02:00
parent 4f96f00f39
commit 59b71ba76d
8 changed files with 31 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
"root": false,
"extends": "//",
"files": {
"includes": ["./src/**"]
}
}

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint ./src",
"lint:biome": "biome lint",
"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",