fix(plugin-typescript): include extended options #2620
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|