commitlint icon indicating copy to clipboard operation
commitlint copied to clipboard

feat: type-enum-extra

Open justnewbee opened this issue 2 years ago • 1 comments

Expected Behavior

now that if i want to add one specific type enum, i have to copy the whole old type-enum configuration.

if there is a type-enum-extra, i can just add some extra without inpacting old type-enum, like this:

'type-enum-extra': ['cleanup']

wouldn't that be easier?

thanks a bunch

Current Behavior

No response

Affected packages

  • [ ] cli
  • [ ] core
  • [ ] prompt
  • [ ] config-angular

Possible Solution

No response

Context

No response

justnewbee avatar Oct 12 '23 05:10 justnewbee

Maybe you can try spreading the defaults and add yours? Not sure if that's possible but could work.

escapedcat avatar Oct 12 '23 09:10 escapedcat