<C extends PinionContext & { language: 'js' | 'ts' }>(
    target: Callable<string, C>,
    options: PrettierOptions = PRETTIERRC
  ) =>
  async (ctx: C) => {