From 088a5cd6ca80d31dd509d67322f02003e56597e4 Mon Sep 17 00:00:00 2001 From: leavesster <11785335+leavesster@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:39:57 +0800 Subject: [PATCH] docs(readme): requireConfig now accept required, optional, ignored not boolean. (#901) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c4acbf160..cd6d085bd8a 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This disables the requirement of a configuration file for the repository and dis ```js onboarding: false, - requireConfig: false, + requireConfig: 'optional', ``` ### `docker-cmd-file`