.prettierignore 713 B

123456789101112131415
  1. pnpm-lock.yaml
  2. patches/
  3. # This app has it's own prettier config that uses a later version of prettier
  4. #
  5. # TODO(cprussin): eventually I'll figure out how to upgrade prettier everywhere
  6. # and hook it in to pre-commit. For now, I don't want to downgrade prettier in
  7. # the pcakage that's using the later version, and pre-commit doesn't support
  8. # later versions of prettier directly.
  9. #
  10. # Ideally, we should probably hook up a pre-commit script to run auto-fixes in a
  11. # generic way that packages can hook into by defining lifecycle scripts, or by
  12. # using the nx task graph. Then, packages can use their own formatters /
  13. # formatter versions and can also hook up other auto-fixes like eslint, etc.
  14. apps/api-reference