Skip to content

Commit a57f264

Browse files
fix: fix example position
1 parent b821fc8 commit a57f264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/catalog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
3333
* [Beware of char offset when iterate over a string](/catalog/rust/#beware-of-char-offset-when-iterate-over-a-string)
3434
* [TypeScript](/catalog/typescript/)
3535
* [Repository of ESLint rules 🔗](https://github.com/ast-grep/eslint/)
36-
* [Unnecessary `useState` Type](/catalog/typescript/#unnecessary-usestate-type)
3736
* [No `await` in `Promise.all`](/catalog/typescript/#no-await-in-promise-all-array)
3837
* [No `console` except in `catch` block](/catalog/typescript/#no-console-except-in-catch-block)
3938
* [Find Import File without Extension](/catalog/typescript/#find-import-file-without-extension)
@@ -42,5 +41,6 @@ Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @
4241
* [Avoid `&&` short circuit in JSX](/catalog/tsx/#avoid-short-circuit-in-jsx)
4342
* [Rewrite MobX Component Style](/catalog/tsx/#rewrite-mobx-component-style)
4443
* [Unnecessary React Hook](/catalog/tsx/#avoid-unnecessary-react-hook)
44+
* [Unnecessary `useState` Type](/catalog/tsx/#unnecessary-usestate-type)
4545
* [YAML](/catalog/yaml/)
4646
* [Find key/value and show message](/catalog/yaml/#find-key-value-and-show-message-using-those-key-vals)

0 commit comments

Comments
 (0)