File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments