Skip to content

Commit eab77b9

Browse files
committed
lint:fix
1 parent 0d3f891 commit eab77b9

File tree

1 file changed

+3
-3
lines changed
  • packages/snaps-utils/src

1 file changed

+3
-3
lines changed

packages/snaps-utils/src/ui.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function getMarkdownLinks(text: string) {
320320
* @param link - The link to validate.
321321
* @param isOnPhishingList - The function that checks the link against the
322322
* phishing list.
323-
* @param allowedProtocols - Allowed protocols (example: ['https:'])
323+
* @param allowedProtocols - Allowed protocols (example: ['https:']).
324324
*/
325325
function validateLink(
326326
link: string,
@@ -354,7 +354,7 @@ function validateLink(
354354
* @param text - The text to verify.
355355
* @param isOnPhishingList - The function that checks the link against the
356356
* phishing list.
357-
* @param allowedProtocols - Allowed protocols (example: ['https:'])
357+
* @param allowedProtocols - Allowed protocols (example: ['https:']).
358358
* @throws If the text contains a link that is not allowed.
359359
*/
360360
export function validateTextLinks(
@@ -376,7 +376,7 @@ export function validateTextLinks(
376376
* @param node - The JSX node to walk.
377377
* @param isOnPhishingList - The function that checks the link against the
378378
* phishing list.
379-
* @param allowedProtocols - Allowed protocols (example: ['https:'])
379+
* @param allowedProtocols - Allowed protocols (example: ['https:']).
380380
*/
381381
export function validateJsxLinks(
382382
node: JSXElement,

0 commit comments

Comments
 (0)