diff --git a/.eslintrc.json b/.eslintrc.json index a31c9ad..bbc0c2a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -31,7 +31,8 @@ "error", "always" ], - "react/jsx-indent": [ 2, 4 ] + "react/jsx-indent": [ 2, 4 ], + "react/jsx-indent-props": [ 2, 4 ] }, "globals": { "describe": true,