From 0ff80231b8928d7635c583afcf578da434f0be92 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 1 Apr 2022 11:49:34 -0400 Subject: [PATCH] revert bad change Signed-off-by: Sebastian Malton --- lib/rules/jsx-max-props-per-line.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/jsx-max-props-per-line.js b/lib/rules/jsx-max-props-per-line.js index 35b2b0cbdf..9ae1f6f00d 100644 --- a/lib/rules/jsx-max-props-per-line.js +++ b/lib/rules/jsx-max-props-per-line.js @@ -48,7 +48,7 @@ module.exports = { }, multi: { type: 'integer', - minimum: 0, + minimum: 1, }, }, },