From e52e139cbe2db339857a1442a2bffadfbd0f81ec Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 14 Nov 2025 12:07:35 +0100 Subject: [PATCH] Correct eslint execution --- examples/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config.yml b/examples/config.yml index a4b3b407..8fc50f92 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -13,7 +13,7 @@ runners: lint: global: true before: timeout 600 ash -c 'until stat /tmp/runner_ready_to_lint; do sleep 1; done' - cmd: yarn eslint -c /var/runners/typescript/eslint.config.js + cmd: yarn eslint -c /var/runners/typescript/eslint.config.js {{ snippet.dir }}/**/*.{ts,tsx} run: before: timeout 600 ash -c 'until stat /tmp/runner_is_ready; do sleep 1; done' cmd: yarn tsc {{ snippet.dir }}/{{ snippet.source }} --noEmit --module es2022 --target es2022 --moduleResolution Node --esModuleInterop