Emojis cannot be enabled from the configuration file, the default configuration always takes precedence when the package is initialised.
|
const config = _.merge(commitizen.configLoader.load(), { |
|
'cz-conventional-commit': {maxSubjectLength: 72, bodyLineLength: 100, emoji: false}, |
|
})['cz-conventional-commit']; |
Emojis cannot be enabled from the configuration file, the default configuration always takes precedence when the package is initialised.
cz-conventional-commit/index.js
Lines 8 to 10 in e0c01ca