.prettierignore 896 B

123456789101112131415161718192021222324
  1. pnpm-lock.yaml
  2. patches/
  3. .turbo/
  4. # These apps have their own prettier config that uses a later version of
  5. # prettier
  6. #
  7. # TODO(cprussin): eventually I'll figure out how to upgrade prettier everywhere
  8. # and hook it in to pre-commit. For now, I don't want to downgrade prettier in
  9. # the packages that are using the later version, and pre-commit doesn't support
  10. # later versions of prettier directly.
  11. #
  12. # Ideally, we should probably hook up a pre-commit script to run auto-fixes in a
  13. # generic way that packages can hook into by defining lifecycle scripts, or by
  14. # using the nx task graph. Then, packages can use their own formatters /
  15. # formatter versions and can also hook up other auto-fixes like eslint, etc.
  16. #
  17. # I'll explore doing this when I get around to spending some time on our nx
  18. # build graph config.
  19. apps/api-reference
  20. apps/staking
  21. apps/insights
  22. governance/pyth_staking_sdk
  23. packages/*