[Dev] Remove obsolete ESLint commands from package.json

This commit is contained in:
NightKev 2025-08-16 15:17:43 -07:00
parent 46c78a0540
commit 7d0bde4604

View File

@ -15,8 +15,6 @@
"test:silent": "vitest run --silent='passed-only' --no-isolate",
"test:create": "node scripts/create-test/create-test.js",
"typecheck": "tsc --noEmit",
"eslint": "eslint --fix .",
"eslint-ci": "eslint .",
"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",