From 473f295ce87ce45962ef3e8bd4bf7602d18bbfbf Mon Sep 17 00:00:00 2001 From: Som Shekhar Mukherjee Date: Wed, 12 Nov 2025 21:32:49 +0530 Subject: [PATCH] chore: update error message --- lint-rules/require-playground-link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-rules/require-playground-link.js b/lint-rules/require-playground-link.js index 104ffca8..873167bd 100644 --- a/lint-rules/require-playground-link.js +++ b/lint-rules/require-playground-link.js @@ -26,7 +26,7 @@ export const requirePlaygroundLinkRule = /** @type {const} */ ({ }, fixable: 'code', messages: { - missingPlaygroundLink: 'Example codeblocks must have an associated playground link. Add the following after the example codeblock:\n[Playground Link]({{playgroundLink}})', + missingPlaygroundLink: 'Example codeblocks must have an associated playground link. Add the following after the example codeblock:\n\n[Playground Link]({{playgroundLink}})\n\n', incorrectPlaygroundLink: 'Incorrect playground link. Update the link to the following:\n{{playgroundLink}}', }, schema: [],