Skip to content

Commit

Permalink
Disable Prettier formatting in menu.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Oct 31, 2023
1 parent edbddbe commit fd7e524
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
menu.md
**/*.log
**/.DS_Store
*.
Expand Down
8 changes: 4 additions & 4 deletions website/src/routes/api/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- [blob](/api/blob)
- [boolean](/api/boolean)
- [date](/api/date)
- [enum\_](/api/enum_)
- [enum_](/api/enum_)
- [instance](/api/instance)
- [intersect](/api/intersect)
- [literal](/api/literal)
Expand All @@ -18,7 +18,7 @@
- [nonNullable](/api/nonNullable)
- [nonNullish](/api/nonNullish)
- [nonOptional](/api/nonOptional)
- [null\_](/api/null_)
- [null_](/api/null_)
- [nullable](/api/nullable)
- [nullish](/api/nullish)
- [number](/api/number)
Expand All @@ -32,11 +32,11 @@
- [string](/api/string)
- [symbol](/api/symbol)
- [tuple](/api/tuple)
- [undefined\_](/api/undefined_)
- [undefined_](/api/undefined_)
- [union](/api/union)
- [unknown](/api/unknown)
- [variant](/api/variant)
- [void\_](/api/void_)
- [void_](/api/void_)

## Methods

Expand Down

0 comments on commit fd7e524

Please sign in to comment.