lint error

This commit is contained in:
StrangeDrVN
2026-07-14 14:17:29 +05:30
committed by GitHub
parent 51177153dc
commit 69a1a22d4f
+1 -1
View File
@@ -15,7 +15,7 @@
"guides:update": "tsx scripts/commands/guides/update.ts",
"guides:export": "tsx scripts/commands/guides/export.ts",
"workers:load": "tsx scripts/commands/workers/load.ts",
"workers:validate": "tsx scripts/commands/workers/validate.ts"
"workers:validate": "tsx scripts/commands/workers/validate.ts",
"grab": "tsx scripts/commands/epg/grab.ts",
"lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"",
"test": "cross-env TZ=Pacific/Nauru npx jest --runInBand",