Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TypeScript code formatting for Prettier 3.x compliance
This project uses the default Prettier code style for TypeScript code. The default value for the `trailingComma` configuration setting has been changed from `es5` to `all` in the Prettier 3.0.0 release. This caused the code to no longer be compliant with the new default Prettier code formatting style. The formatting is hereby updated to the new Prettier style.
- Loading branch information