chore: update error message

This commit is contained in:
Som Shekhar Mukherjee 2025-11-12 21:32:49 +05:30
parent 773620808f
commit 473f295ce8
No known key found for this signature in database

View File

@ -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: [],