diff --git a/docs/rules/jsx-newline.md b/docs/rules/jsx-newline.md index 39491ee419..7d61e88cdc 100644 --- a/docs/rules/jsx-newline.md +++ b/docs/rules/jsx-newline.md @@ -1,5 +1,7 @@ # Enforce a new line after jsx elements and expressions (react/jsx-newline) +**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line. + ## Rule Details This is a stylistic rule intended to make JSX code more readable by enforcing spaces between adjacent JSX elements and expressions.