From e61013513dacd5de27bf1e8ec2c97a986a6e2560 Mon Sep 17 00:00:00 2001 From: Johnny Zabala Date: Wed, 1 Jul 2020 12:21:25 -0400 Subject: [PATCH] docs(jsx-newline): add fixable note --- docs/rules/jsx-newline.md | 2 ++ 1 file changed, 2 insertions(+) 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.