chore: add code quality tooling
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@
|
||||
"dev": "bun --watch src/index.ts",
|
||||
"start": "bun src/index.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "biome check .",
|
||||
"lint": "biome check --diagnostic-level=error .",
|
||||
"format": "biome format --write .",
|
||||
"test": "vitest run"
|
||||
},
|
||||
@@ -35,4 +35,4 @@
|
||||
"@types/ws": "^8.18.1",
|
||||
"vitest": "latest"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user