Skip to content

Commit a9c01d1

Browse files
committed
chore: fix linting
1 parent 9d67652 commit a9c01d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/types/string.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const internals = {
2424
},
2525
dataUriRegex: /^data:[\w+.-]+\/[\w+.-]+;((charset=[\w-]+|base64),)?(.*)$/,
2626
hexRegex: {
27-
withPrefix: /^0x[0-9a-f]+$/i,
28-
withOptionalPrefix: /^(?:0x)?[0-9a-f]+$/i,
29-
withoutPrefix: /^[0-9a-f]+$/i
27+
withPrefix: /^0x[0-9a-f]+$/i,
28+
withOptionalPrefix: /^(?:0x)?[0-9a-f]+$/i,
29+
withoutPrefix: /^[0-9a-f]+$/i
3030
},
3131
ipRegex: ipRegex({ cidr: 'forbidden' }).regex,
3232
isoDurationRegex: /^P(?!$)(\d+Y)?(\d+M)?(\d+W)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?$/,

0 commit comments

Comments
 (0)