You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constmessages={[MESSAGE_ID_ERROR]: 'Negated expression in not allowed in equality check.',// Should be "is not" instead of "in not"[MESSAGE_ID_SUGGESTION]: 'Switch to \'{{operator}}\' check.',};
The text was updated successfully, but these errors were encountered:
fregante
changed the title
Typo in no-negation-in-equality-check's message
2482|prefer-global-this: should allow window.setTimeout() and setInterval()Oct 20, 2024
fregante
changed the title
2482|prefer-global-this: should allow window.setTimeout() and setInterval()prefer-global-this: should allow window.setTimeout() and setInterval()Oct 20, 2024
github-actionsbot
changed the title
prefer-global-this: should allow window.setTimeout() and setInterval()prefer-global-this should allow window.setTimeout() and setInterval()Oct 20, 2024
fregante
changed the title
prefer-global-this should allow window.setTimeout() and setInterval()
Typo in no-negation-in-equality-check's message
Oct 20, 2024
Hi, it looks like there is a typo in
no-negation-in-equality-check
's message https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/rules/no-negation-in-equality-check.js#L15The text was updated successfully, but these errors were encountered: