diff --git a/.eslintrc b/.eslintrc index 5efed0d0..cc80c84b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -69,7 +69,7 @@ rules: jsx-indent-props: 1 jsx-key: 1 jsx-indent: 1 - jsx-max-props-per-line: [1, { maximum: 3 }] + jsx-max-props-per-line: [1, { maximum: 4 }] jsx-no-bind: 1 jsx-no-duplicate-props: 1 jsx-no-undef: 1