Format and check code style
masterThe project uses Prettier for code formatting. Formatting is enforced during CI and via Husky pre-commit hooks. You can manually check or apply formatting using these commands:
yarn check-format: Checks if the code follows the formatting rules (used in CI).yarn format: Forces formatting on the code.
yarn check-format
yarn format