From e38637dae3a5f556623b17370a6c7c18c7837bbc Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 30 May 2022 12:36:37 -0400 Subject: [PATCH] lint --- packages/kit/src/core/config/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kit/src/core/config/options.js b/packages/kit/src/core/config/options.js index fa40b8feed5b..9d7405deb2fd 100644 --- a/packages/kit/src/core/config/options.js +++ b/packages/kit/src/core/config/options.js @@ -231,7 +231,7 @@ const options = object( // TODO: remove this for the 1.0 release force: validate(undefined, (input, keypath) => { - if (typeof input !== undefined) { + if (typeof input !== 'undefined') { const newSetting = input ? 'continue' : 'fail'; const needsSetting = newSetting === 'continue'; throw new Error(