[Dev] pnpm biome will now only display errors by default

This commit is contained in:
NightKev 2025-07-31 18:44:52 -07:00
parent 8ef2fadce4
commit 48865801b6

View File

@ -17,7 +17,7 @@
"typecheck": "tsc --noEmit",
"eslint": "eslint --fix .",
"eslint-ci": "eslint .",
"biome": "biome check --write --changed --no-errors-on-unmatched",
"biome": "biome check --write --changed --no-errors-on-unmatched --diagnostic-level=error",
"biome-ci": "biome ci --diagnostic-level=error --reporter=github --no-errors-on-unmatched",
"docs": "typedoc",
"depcruise": "depcruise src test",