File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
packages/plugin/src/rules/naming-convention Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const schemaOption = {
5151const descriptionPrefixesSuffixes = ( name : 'forbiddenPattern' | 'requiredPattern' ) =>
5252 `> [!WARNING]
5353>
54- > This option is deprecated and will be removed in the next major release. Use \`${ name } \` instead.` ;
54+ > This option is deprecated and will be removed in the next major release. Use [ \`${ name } \`](# ${ name . toLowerCase ( ) } -array) instead.` ;
5555
5656const schema = {
5757 definitions : {
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ Additional restrictions:
351351
352352> [!WARNING]
353353>
354- > This option is deprecated and will be removed in the next major release. Use `forbiddenPattern`
355- > instead.
354+ > This option is deprecated and will be removed in the next major release. Use
355+ > [`forbiddenPattern`]( #forbiddenpattern-array) instead.
356356
357357The object is an array with all elements of the type `string`.
358358
@@ -365,8 +365,8 @@ Additional restrictions:
365365
366366> [!WARNING]
367367>
368- > This option is deprecated and will be removed in the next major release. Use `forbiddenPattern`
369- > instead.
368+ > This option is deprecated and will be removed in the next major release. Use
369+ > [`forbiddenPattern`]( #forbiddenpattern-array) instead.
370370
371371The object is an array with all elements of the type `string`.
372372
@@ -379,8 +379,8 @@ Additional restrictions:
379379
380380> [!WARNING]
381381>
382- > This option is deprecated and will be removed in the next major release. Use `requiredPattern`
383- > instead.
382+ > This option is deprecated and will be removed in the next major release. Use
383+ > [`requiredPattern`]( #requiredpattern-array) instead.
384384
385385The object is an array with all elements of the type `string`.
386386
@@ -393,8 +393,8 @@ Additional restrictions:
393393
394394> [!WARNING]
395395>
396- > This option is deprecated and will be removed in the next major release. Use `requiredPattern`
397- > instead.
396+ > This option is deprecated and will be removed in the next major release. Use
397+ > [`requiredPattern`]( #requiredpattern-array) instead.
398398
399399The object is an array with all elements of the type `string`.
400400
You can’t perform that action at this time.
0 commit comments