Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Mar 8, 2024
1 parent 3d8c065 commit 7654bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Style Guide assumes using, but is not limited to:
- Strive for data immutability. [⭣](#data-immutability)
- Embrace const assertions. [⭣](#const-assertion)
- Avoid type assertions. [⭣](#type--non-nullability-assertions)
- Embrace discriminated union. [⭣](#discriminated-union)
- Embrace discriminated unions. [⭣](#discriminated-union)
- Strive for functions to be pure, stateless and have single responsibility. [⭣](#functions)
- Majority of function arguments should be required (use optional sparingly). [⭣](#required--optional-args)
- Strong emphasis to keep naming conventions consistent and readable. [⭣](#naming-conventions)
Expand Down

0 comments on commit 7654bcf

Please sign in to comment.