Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Last active October 29, 2022 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucperkins/217208c19b7d2175c9a7fa7fa168de16 to your computer and use it in GitHub Desktop.
Save lucperkins/217208c19b7d2175c9a7fa7fa168de16 to your computer and use it in GitHub Desktop.
{
prettify = pkgs.writeScriptBin "ci-prettify" ''
prettier --write **/*.{js,ts}
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment