From defea8c022e3c1396af29cd9f7d13072927fa583 Mon Sep 17 00:00:00 2001 From: "Serdar.Mustafa" <45297391+SerdarMustafa1@users.noreply.github.com> Date: Thu, 17 Oct 2019 09:34:48 +0300 Subject: [PATCH] Update jsx-first-prop-new-line.md --- docs/rules/jsx-first-prop-new-line.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/rules/jsx-first-prop-new-line.md b/docs/rules/jsx-first-prop-new-line.md index fc6481642a..e414d953a4 100644 --- a/docs/rules/jsx-first-prop-new-line.md +++ b/docs/rules/jsx-first-prop-new-line.md @@ -99,6 +99,12 @@ The following patterns are **not** considered warnings when configured `"multili /> ``` +## Rule Options + +...jsx +"react/jsx-max-props-per-line": `"always" | "never" | "multiline" | "multiline-multiprop"` +... + ## When not to use If you are not using JSX then you can disable this rule.