From 0ddaa4cc0e1b67e553ba951c90b85337eca03ee6 Mon Sep 17 00:00:00 2001 From: Moong0122 Date: Sun, 4 Oct 2020 19:49:51 +0900 Subject: [PATCH] [Fix] : Apply indentation when used operator --- tests/lib/rules/jsx-indent-props.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/rules/jsx-indent-props.js b/tests/lib/rules/jsx-indent-props.js index 5e479bc7ee..cc037fa39b 100644 --- a/tests/lib/rules/jsx-indent-props.js +++ b/tests/lib/rules/jsx-indent-props.js @@ -244,6 +244,7 @@ ruleTester.run('jsx-indent-props', rule, { ' some={{aaa}}', ' />', ' : null}' + ].join('\n'), options: [2], errors: [ {message: 'Expected indentation of 6 space characters but found 4.'},