We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
eslint
extends
... "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.
node_modules
sgc-config-this-config
What you think about it @aichbauer ?
The text was updated successfully, but these errors were encountered:
I think this could be a good enhancement for this tool.
Sorry, something went wrong.
No branches or pull requests
How about something like
eslint
. They got anextends
in their config. This allows us to import commit standards from anybody. It could look like this:Where over our
extends
will look intonode_modules
for a package namedsgc-config-this-config
. It is still allowed to overwrite those extends.What you think about it @aichbauer ?
The text was updated successfully, but these errors were encountered: