This commit is contained in:
ThatOneCalculator 2022-03-19 19:35:08 -07:00
commit dfe25ee031
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- Follow the repository structure
- Commit messages must be descriptive and concise
- Your code must be formatted with the respective formatter
- Your code must be formatted with the respective formatter(s)
- The frontend must use our `prettier` config
- The backend must use `rustfmt`
- The frontend must be installed and compiled with `yarn` and `parcel`