We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c701357 commit 3438c57Copy full SHA for 3438c57
lib/config/environment.js
@@ -148,5 +148,5 @@ module.exports = {
148
defaultUseHardbreak: toBooleanConfig(process.env.CMD_DEFAULT_USE_HARD_BREAK),
149
linkifyHeaderStyle: process.env.CMD_LINKIFY_HEADER_STYLE,
150
autoVersionCheck: toBooleanConfig(process.env.CMD_AUTO_VERSION_CHECK),
151
- defaultTocDepth: toIntegerConfig(process.env.CMD_DEFAULT_TOC_DEPTH, 3)
+ defaultTocDepth: toIntegerConfig(process.env.CMD_DEFAULT_TOC_DEPTH)
152
}
0 commit comments