File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/plugin/src/rules/naming-convention Expand file tree Collapse file tree 2 files changed +5
-5
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 } \` instead. ` ;
5555
5656const schema = {
5757 definitions : {
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ Additional restrictions:
352352> [!WARNING]
353353>
354354> This option is deprecated and will be removed in the next major release. Use `forbiddenPattern`
355- > instead
355+ > instead.
356356
357357The object is an array with all elements of the type `string`.
358358
@@ -366,7 +366,7 @@ Additional restrictions:
366366> [!WARNING]
367367>
368368> This option is deprecated and will be removed in the next major release. Use `forbiddenPattern`
369- > instead
369+ > instead.
370370
371371The object is an array with all elements of the type `string`.
372372
@@ -380,7 +380,7 @@ Additional restrictions:
380380> [!WARNING]
381381>
382382> This option is deprecated and will be removed in the next major release. Use `requiredPattern`
383- > instead
383+ > instead.
384384
385385The object is an array with all elements of the type `string`.
386386
@@ -394,7 +394,7 @@ Additional restrictions:
394394> [!WARNING]
395395>
396396> This option is deprecated and will be removed in the next major release. Use `requiredPattern`
397- > instead
397+ > 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