We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d039c commit e52e139Copy full SHA for e52e139
examples/config.yml
@@ -13,7 +13,7 @@ runners:
13
lint:
14
global: true
15
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
+ cmd: yarn eslint -c /var/runners/typescript/eslint.config.js {{ snippet.dir }}/**/*.{ts,tsx}
17
run:
18
before: timeout 600 ash -c 'until stat /tmp/runner_is_ready; do sleep 1; done'
19
cmd: yarn tsc {{ snippet.dir }}/{{ snippet.source }} --noEmit --module es2022 --target es2022 --moduleResolution Node --esModuleInterop
0 commit comments