node-semantic-git-commit-cli
node-semantic-git-commit-cli copied to clipboard
extends mode
How about something like eslint. They got an extends in their config. This allows us to import commit standards from anybody. It could look like this:
...
"extends": "this-config"
...
Where over our extends will look into node_modules for a package named sgc-config-this-config. It is still allowed to overwrite those extends.
What you think about it @aichbauer ?
I think this could be a good enhancement for this tool.