Skip to content

Commit eb82548

Browse files
committed
ci: Format code
1 parent 42ba681 commit eb82548

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

codegen/validate-links.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ const relativeLinkPattern =
2424
/(?<!!)\]\((?!https?:\/\/|mailto:|#|{%|<|cursor:|file:)((?:[^)\\]|\\.)+)\)/g
2525

2626
// Matches HTML links like <a href="path"> but not external URLs or anchors.
27-
const htmlRelativeLinkPattern =
28-
/<a\s+href="(?!https?:\/\/|mailto:|#)([^"]+)"/g
27+
const htmlRelativeLinkPattern = /<a\s+href="(?!https?:\/\/|mailto:|#)([^"]+)"/g
2928

3029
// Matches HTML links with absolute docs.seam.co URLs.
3130
const htmlAbsoluteUrlPattern = new RegExp(

0 commit comments

Comments
 (0)