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 = {
51
51
const descriptionPrefixesSuffixes = ( name : 'forbiddenPattern' | 'requiredPattern' ) =>
52
52
`> [!WARNING]
53
53
>
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.` ;
55
55
56
56
const schema = {
57
57
definitions : {
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ Additional restrictions:
351
351
352
352
> [!WARNING]
353
353
>
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.
356
356
357
357
The object is an array with all elements of the type `string`.
358
358
@@ -365,8 +365,8 @@ Additional restrictions:
365
365
366
366
> [!WARNING]
367
367
>
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.
370
370
371
371
The object is an array with all elements of the type `string`.
372
372
@@ -379,8 +379,8 @@ Additional restrictions:
379
379
380
380
> [!WARNING]
381
381
>
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.
384
384
385
385
The object is an array with all elements of the type `string`.
386
386
@@ -393,8 +393,8 @@ Additional restrictions:
393
393
394
394
> [!WARNING]
395
395
>
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.
398
398
399
399
The object is an array with all elements of the type `string`.
400
400
You can’t perform that action at this time.
0 commit comments