export const formatConfig = (config: ConfigFile) => {
  const { code } = generate(config._ast, {});
  return code;
};