Open JPeer264 opened 7 years ago
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 ?
I think this could be a good enhancement for this tool.
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 ?