From 9e4ad2130f2050655ce144d5c77a385062b1b5b1 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] [Docs] `jsx-first-prop-new-line`: add rule options --- 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.