Skip to content

fix(plugin-typescript): include extended options #2620

fix(plugin-typescript): include extended options

fix(plugin-typescript): include extended options #2620

Triggered via pull request August 20, 2025 01:54
Status Success
Total duration 9m 57s
Artifacts –
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
<✓> ESLint | Improve regexes by making them shorter, consistent, and safer.: e2e/plugin-typescript-e2e/tests/collect.e2e.test.ts#L34
/['"]([A-Z]:[/\\][^'"]*|[^'"]*[/\\][^'"]*[/\\][^'"]*)['"]/g can be optimized to /['"]([A-Z]:[/\\][^'"]*|(?:[^'"]*[/\\]){2}[^'"]*)['"]/g.