We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d22e3 commit bba714cCopy full SHA for bba714c
1 file changed
lib/rules/no-mixed-operators.js
@@ -117,7 +117,7 @@ module.exports = {
117
],
118
119
messages: {
120
- unexpectedMixedOperator: "Unexpected mix of '{{leftOperator}}' and '{{rightOperator}}'."
+ unexpectedMixedOperator: "Unexpected mix of '{{leftOperator}}' and '{{rightOperator}}'. Use parentheses to clarify the intended order of operations."
121
}
122
},
123
0 commit comments