From 57e508fc3bf763e8de57e2c7822eade26da0b7ac Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 15 Oct 2023 14:08:15 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09cc1fab..46cbb961 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "channels:validate": "npx tsx scripts/commands/channels/validate.ts", "grab": "npx tsx scripts/commands/epg/grab.ts", "serve": "npx serve", - "lint": "npx eslint ./scripts/**/*.ts ./sites/**/*.js ./tests/**/*.ts ./tests/**/*.js", + "lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"", "test": "run-script-os", "test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand", "test:default": "TZ=Pacific/Nauru npx jest --runInBand",