sindresorhus / eslint-plugin-unicorn

More than 100 powerful ESLint rules
MIT License
3.98k stars 361 forks source link

Add `no-negation-in-equality-check` rule #2353

Closed fisker closed 1 month ago

fisker commented 1 month ago

Fixes #1421

francoismassart commented 1 week ago

Hi @fisker,

Great plugin 👍
I tried to enable this rule (no-negation-in-equality-check) and I'm getting this error: Definition for rule 'unicorn/no-negation-in-equality-check' was not found unicorn/no-negation-in-equality-check

When I take a look inside the node_modules/eslint-plugin-unicorn/ I do not see the rule file:

image

The installed version is 53.0.0

fisker commented 1 week ago

It's released in v54 https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v54.0.0