$ cnpm install @putout/plugin-convert-comparison-to-boolean
Strict equality compares two values for equality. Neither value is implicitly converted to some other value before being compared. If the values have different types, the values are considered unequal.
(c) MDN
????Putout plugin adds ability to find and convert binary expression to boolean. Merged to @putout/plugin-conditions.
npm i @putout/plugin-convert-comparison-to-boolean -D
{
"rules": {
"convert-comparison-to-boolean": "on"
}
}
const t = 2 < 3;
const t = false;
MIT
Copyright 2013 - present © cnpmjs.org | Home |