We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-negation-in-equality-check
1 parent 2b469be commit fe4e7bcCopy full SHA for fe4e7bc
rules/no-negation-in-equality-check.js
@@ -12,7 +12,7 @@ const {
12
const MESSAGE_ID_ERROR = 'no-negation-in-equality-check/error';
13
const MESSAGE_ID_SUGGESTION = 'no-negation-in-equality-check/suggestion';
14
const messages = {
15
- [MESSAGE_ID_ERROR]: 'Negated expression in not allowed in equality check.',
+ [MESSAGE_ID_ERROR]: 'Negated expression is not allowed in equality check.',
16
[MESSAGE_ID_SUGGESTION]: 'Switch to \'{{operator}}\' check.',
17
};
18
0 commit comments