You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments