From 1bc0149a5e0d6531f8fc593822317cd522a89467 Mon Sep 17 00:00:00 2001 From: Hieu Lam Date: Fri, 10 Apr 2020 19:06:36 +0700 Subject: [PATCH] fix: update schema of auto in modules --- 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"