Skip to content

Commit

Permalink
Update: Clarifying what changes need to be made in no-mixed-operators (
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmithkc committed Jul 9, 2021
1 parent b0d22e3 commit bba714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-mixed-operators.js
Expand Up @@ -117,7 +117,7 @@ module.exports = {
],

messages: {
unexpectedMixedOperator: "Unexpected mix of '{{leftOperator}}' and '{{rightOperator}}'."
unexpectedMixedOperator: "Unexpected mix of '{{leftOperator}}' and '{{rightOperator}}'. Use parentheses to clarify the intended order of operations."
}
},

Expand Down

0 comments on commit bba714c

Please sign in to comment.