Skip to content

Commit 00083cc

Browse files
committed
docs: minor improvements
1 parent 5012243 commit 00083cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/website/content/docs/rules/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview
33
full: true
44
---
55

6-
<Callout type="info" title="TIP">
6+
<Callout type="info">
77

88
Linter rules can have false positives, false negatives, and some rules are dependent on the `react` or `react-dom` [version](https://react.dev/versions) you are using.
99

@@ -23,7 +23,7 @@ Linter rules can have false positives, false negatives, and some rules are depen
2323

2424
## X Rules
2525

26-
<Callout type="info" title="TIP">
26+
<Callout type="info">
2727

2828
The `jsx-*` rules check for issues exclusive to JSX syntax, which are absent from standard JavaScript (like handwritten `createElement()` calls).
2929

@@ -120,7 +120,7 @@ The `jsx-*` rules check for issues exclusive to JSX syntax, which are absent fro
120120

121121
## Hooks Extra Rules
122122

123-
<Callout type="info" title="NOTE">
123+
<Callout type="info">
124124

125125
This section contains rules that are not part of the official `eslint-plugin-react-hooks` plugin but are useful for specific use cases or patterns.
126126

@@ -147,7 +147,7 @@ This section contains rules that are not part of the official `eslint-plugin-rea
147147

148148
## Debug Rules
149149

150-
<Callout type="info" title="TIP">
150+
<Callout type="info">
151151

152152
These rules are useful for code metrics, code transformation, issue reporting, or when building custom tooling that needs to identify specific React patterns.
153153

0 commit comments

Comments
 (0)