@prisma-next/sql-errors
Advanced tools
+4
-4
| { | ||
| "name": "@prisma-next/sql-errors", | ||
| "version": "0.3.0-dev.4", | ||
| "version": "0.3.0-pr.71.2", | ||
| "type": "module", | ||
@@ -29,7 +29,7 @@ "sideEffects": false, | ||
| "typecheck": "tsc --project tsconfig.json --noEmit", | ||
| "lint": "biome check . --config-path ../../../../biome.json --error-on-warnings", | ||
| "lint:fix": "biome check --write . --config-path ../../../../biome.json", | ||
| "lint:fix:unsafe": "biome check --write --unsafe . --config-path ../../../../biome.json", | ||
| "lint": "biome check . --error-on-warnings", | ||
| "lint:fix": "biome check --write .", | ||
| "lint:fix:unsafe": "biome check --write --unsafe .", | ||
| "clean": "node ../../../../scripts/clean.mjs" | ||
| } | ||
| } |
9668
-1.11%