leoforfree / cz-customizable

A standalone commit message helper or customizable commitizen adapter for https://github.com/commitizen/cz-cli
MIT License
609 stars 200 forks source link

allowCustomScopes not work #226

Closed RexHung0302 closed 1 year ago

RexHung0302 commented 1 year ago

I install cz-custom and cz-customizable

my package.json setting is

"config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    },
    "cz-custom": {
      "config": "./.cz-config.js"
    }
}

how can I resolve it?

RexHung0302 commented 1 year ago

I remove extends: ['cz'] setting from commitlint.config.cjs can work. Thx