Skip to content

Commit 6c08475

Browse files
committed
aa
1 parent c470bd9 commit 6c08475

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/plugin/src/rules/naming-convention/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ const schema = {
7171
items: {
7272
type: 'object',
7373
},
74-
description: 'Should be of instance of RegEx',
74+
description: 'Should be of instance of `RegEx`',
7575
},
7676
requiredPattern: {
7777
...ARRAY_DEFAULT_OPTIONS,
7878
items: {
7979
type: 'object',
8080
},
81-
description: 'Should be of instance of RegEx',
81+
description: 'Should be of instance of `RegEx`',
8282
},
8383
forbiddenPrefixes: {
8484
...ARRAY_DEFAULT_OPTIONS,

website/content/rules/naming-convention.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ This element must be one of the following enum values:
323323

324324
### `forbiddenPattern` (array)
325325

326-
Should be of instance of RegEx
326+
Should be of instance of `RegEx`
327327

328328
The object is an array with all elements of the type `object`.
329329

@@ -336,7 +336,7 @@ Additional restrictions:
336336

337337
### `requiredPattern` (array)
338338

339-
Should be of instance of RegEx
339+
Should be of instance of `RegEx`
340340

341341
The object is an array with all elements of the type `object`.
342342

0 commit comments

Comments
 (0)