Open AntonioVentilii opened 1 week ago
As suggested by @peterpeterparker in https://github.com/dfinity/eslint-config-oisy-wallet/pull/32#pullrequestreview-2426144817 , we add an option to the use-nullish-check rule, to ignore the cases for find function such as arr.find(something) === undefined
use-nullish-check rule
find
arr.find(something) === undefined
Motivation
As suggested by @peterpeterparker in https://github.com/dfinity/eslint-config-oisy-wallet/pull/32#pullrequestreview-2426144817 , we add an option to the
use-nullish-check rule
, to ignore the cases forfind
function such asarr.find(something) === undefined