Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mcavaliere/5972b12392e6f0d39a572e8de2fa920e to your computer and use it in GitHub Desktop.
Save mcavaliere/5972b12392e6f0d39a572e8de2fa920e to your computer and use it in GitHub Desktop.
export default class {
// ...
static printConfigFormatInstructions() {
console.log('Your config file must be in json format, and contain the following keys: foo, bar, baz.');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment