Summary
This issue tracks the task of formatting TypeScript files with prettier to ensure consistent code style across the codebase.
Details
The prettier configuration can be extended to include TypeScript files by adding ts and tsx to the types_or field in the prettier hook configuration in .pre-commit-config.yaml.
During PR #349, it was discovered that including TypeScript files in the prettier configuration revealed formatting inconsistencies and potential code quality issues in the TypeScript files that should be addressed.
Context
This issue was created as a follow-up to the discussion in PR #349:
Requested by: @denialhaag
Summary
This issue tracks the task of formatting TypeScript files with
prettierto ensure consistent code style across the codebase.Details
The prettier configuration can be extended to include TypeScript files by adding
tsandtsxto thetypes_orfield in the prettier hook configuration in.pre-commit-config.yaml.During PR #349, it was discovered that including TypeScript files in the prettier configuration revealed formatting inconsistencies and potential code quality issues in the TypeScript files that should be addressed.
Context
This issue was created as a follow-up to the discussion in PR #349:
prekchecks #349prekchecks #349 (comment)Requested by: @denialhaag