hasConfig()
    .then(() => {
      console.info(chalk.yellow('\n* Checking config file...'));
      return configHasRightShape(config);
    })