Skip to content

Commit a3ad878

Browse files
committed
Minor adjustments
1 parent 3942350 commit a3ad878

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/rules/jsx-indent-props.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,17 +176,12 @@ module.exports = {
176176
nodes.forEach((node) => {
177177
const nodeIndent = getNodeIndent(node);
178178
if (
179-
<<<<<<< HEAD
180179
line.isUsingOperator
181180
&& !line.currentOperator
182181
&& indentSize !== 'first'
183182
&& !ignoreTernaryOperator
184183
) {
185184
nestedIndent += indentSize;
186-
=======
187-
line.isUsingOperator && !line.currentOperator && indentSize !== 'first' && !ignoreTernaryOperator) {
188-
indent += indentSize;
189-
>>>>>>> 60971b66... Improved readability of the checkNodesIndent function within the jsx-indent-props.js file
190185
line.isUsingOperator = false;
191186
}
192187
if (

0 commit comments

Comments
 (0)