File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/plugin/src/rules/naming-convention Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
328328The 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
341341The object is an array with all elements of the type `object`.
342342
You can’t perform that action at this time.
0 commit comments