diff --git a/commitlint.config.js b/commitlint.config.js index ec08cb7..5e9ae01 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -4,6 +4,5 @@ module.exports = { 'subject-case': [ 0 ], 'scope-enum': [ 2, 'always', [ 'core', 'demo', 'docs', 'scripts', 'other', 'deps', 'release' ] ], 'type-enum': [ 2, 'always', [ 'feat', 'fix', 'chore', 'test', 'docs', 'style', 'refactor', 'revert' ] ], - 'signed-off-by': [ 2, 'always', 'Signed-off-by:' ], }, };