Description
It would be great to have a way to target specific versions of sharable configs from the .codeclimate.yml
or some other mechanism.
Use case: I'm using the hosted version of codeclimate and channel-3 of eslint. My config extends google and I've updated to their newest version (v0.7.0) but it looks like the engine's dependencies haven't been updated yet (on v0.6.0 it looks like).
Google's newest update is actually pretty significant in terms of lint checks such as requiring dangling commas in objects. That in itself throws hundreds of warnings for my codebase. Simply updating the engine with the newest build would solve my issue, but probably confuse all other google-sharable-config users on codeclimate. Thus, it would be great if we could target our own dependencies at a config level!