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: docs/rules/jsx-closing-bracket-location.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Enforce the closing bracket location for JSX multiline elements.
4
4
5
+
**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.
6
+
5
7
## Rule Details
6
8
7
9
This rule checks all JSX multiline elements and verifies the location of the closing bracket. By default this one must be aligned with the opening tag.
0 commit comments