Skip to content

Commit e52e139

Browse files
committed
Correct eslint execution
1 parent e7d039c commit e52e139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runners:
1313
lint:
1414
global: true
1515
before: timeout 600 ash -c 'until stat /tmp/runner_ready_to_lint; do sleep 1; done'
16-
cmd: yarn eslint -c /var/runners/typescript/eslint.config.js
16+
cmd: yarn eslint -c /var/runners/typescript/eslint.config.js {{ snippet.dir }}/**/*.{ts,tsx}
1717
run:
1818
before: timeout 600 ash -c 'until stat /tmp/runner_is_ready; do sleep 1; done'
1919
cmd: yarn tsc {{ snippet.dir }}/{{ snippet.source }} --noEmit --module es2022 --target es2022 --moduleResolution Node --esModuleInterop

0 commit comments

Comments
 (0)