explicit-length-check
: add autofix for .length <= 0 to .length === 0
#2659
Labels
explicit-length-check
: add autofix for .length <= 0 to .length === 0
#2659
Uh oh!
There was an error while loading. Please reload this page.
Description
explicit-length-check
currently doesn't suggest autofix for.length <= 0
which could be simplified to.length === 0
. Faced with this cases when start using https://github.com/azat-io/eslint-plugin-de-morganExamples
Additional Info
No response
The text was updated successfully, but these errors were encountered: