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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ If you have a solution to a problem you've encountered or to any other open issu
49
49
- All TypeScript should adhere to the following [linting rules](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/Frontend/library/.eslintrc.js).
50
50
- Names should follow US English spelling.
51
51
- All public functions/API should have comments.
52
-
- Code formatting should adhere to the following [whitespace and indentation rules](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/Frontend/library/.prettierrc.json).
52
+
- Code formatting should adhere to the following [whitespace and indentation rules](https://github.com/EpicGamesExt/PixelStreamingInfrastructure/blob/master/.prettierrc.json).
53
53
- All new features should have accompanying unit tests and documentation when they are submitted.
54
54
- Prefer early returns in `if` statements to decrease indentation.
55
55
- Prefer functions to not exceed ~20 lines.
@@ -65,4 +65,4 @@ Documentation should be broken up into separate `.md` files per directory, ideal
0 commit comments