From c6cc03317b0ac3f9608c526a2c0ba71c6205c229 Mon Sep 17 00:00:00 2001 From: maxhilliard Date: Sat, 20 Oct 2018 23:45:14 +0100 Subject: [PATCH] UNTESTED - add rule for react prop indentation --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,