mikehardy/buildcache-action

Repo hygiene - prettier: follow suggested guidelines for prettier install

mikehardy opened this issue · 0 comments

The typescript template apparently does not do this? 🤔

Suggested steps here: https://prettier.io/docs/en/install.html#summary

At least these appear to be suggested but missing:

  • pre-commit hook (husky is my preference here, and it should run package-all target with format-check in it)
  • eslint-config-prettier package (is it necessary in a typescript project? I think so but needs investigating)