Skip to content

Commit 4ec71f8

Browse files
committed
Fixed eslint issues
1 parent 3a0c431 commit 4ec71f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rules/jsx-indent-props.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ module.exports = {
179179
line.isUsingOperator
180180
&& !line.currentOperator
181181
&& indentSize !== 'first'
182-
&& !ignoreTernaryOperator) {
182+
&& !ignoreTernaryOperator
183+
) {
183184
nestedIndent += indentSize;
184185
line.isUsingOperator = false;
185186
}

0 commit comments

Comments
 (0)