You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/content/docs/rules/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Linter rules can have false positives, false negatives, and some rules are depen
25
25
26
26
<Callouttype="info"title="TIP">
27
27
28
-
Rules prefixed with `jsx-`check for issues exclusive to JSX syntax, which are absent from standard JavaScript code (like handwritten `createElement()` calls).
28
+
The `jsx-*` rules check for issues exclusive to JSX syntax, which are absent from standard JavaScript (like handwritten `createElement()` calls).
0 commit comments