Skip to content

Commit bba714c

Browse files
authored
Update: Clarifying what changes need to be made in no-mixed-operators (#14765)
1 parent b0d22e3 commit bba714c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rules/no-mixed-operators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = {
117117
],
118118

119119
messages: {
120-
unexpectedMixedOperator: "Unexpected mix of '{{leftOperator}}' and '{{rightOperator}}'."
120+
unexpectedMixedOperator: "Unexpected mix of '{{leftOperator}}' and '{{rightOperator}}'. Use parentheses to clarify the intended order of operations."
121121
}
122122
},
123123

0 commit comments

Comments
 (0)