Skip to content

Commit

Permalink
Fixed eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
caroline223 committed Jun 29, 2022
1 parent 3a0c431 commit 4ec71f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rules/jsx-indent-props.js
Expand Up @@ -179,7 +179,8 @@ module.exports = {
line.isUsingOperator
&& !line.currentOperator
&& indentSize !== 'first'
&& !ignoreTernaryOperator) {
&& !ignoreTernaryOperator
) {
nestedIndent += indentSize;
line.isUsingOperator = false;
}
Expand Down

0 comments on commit 4ec71f8

Please sign in to comment.