Skip to content

Commit 8c9ffe7

Browse files
authoredApr 10, 2020
fix: schema for the modules.auto option (#1075)
1 parent 239e43d commit 8c9ffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/options.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"auto": {
4040
"anyOf": [
4141
{
42-
"type": "object"
42+
"instanceof": "RegExp"
4343
},
4444
{
4545
"type": "boolean"

0 commit comments

Comments
 (0)
Please sign in to comment.