mirror of
https://github.com/sindresorhus/type-fest.git
synced 2026-01-25 14:57:30 +00:00
chore: update error message
This commit is contained in:
parent
773620808f
commit
473f295ce8
@ -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: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user