eslint-plugin-lodash
eslint-plugin-lodash copied to clipboard
`prefer-is-undefined` and `prefer-is-null`
prefer-is-nil currently supports suggesting x === undefined || x === null -> isNil(x), but there is no equivalent for x === undefined -> isUndefined(x) and x === null -> isNull(x).