From 8c9ffe7c6df11232b63173c757baa71ed36f6145 Mon Sep 17 00:00:00 2001 From: Hieu Lam Date: Fri, 10 Apr 2020 22:31:40 +0700 Subject: [PATCH] fix: schema for the `modules.auto` option (#1075) --- src/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.json b/src/options.json index 8d4e11f0..6c8409b9 100644 --- a/src/options.json +++ b/src/options.json @@ -39,7 +39,7 @@ "auto": { "anyOf": [ { - "type": "object" + "instanceof": "RegExp" }, { "type": "boolean"