Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit b31684d

Browse files
evilebottnawijoshwiens
authored andcommitted
fix: allow use limit as string (#96)
1 parent a8f338e commit b31684d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "object",
33
"properties": {
44
"limit": {
5-
"type": "number"
5+
"type": ["number", "string"]
66
},
77
"prefix": {
88
"type": "string"

0 commit comments

Comments
 (0)