UNPKG

eslint-config-alloy

Version:
12 lines (6 loc) 219 B
const value1 = +x == null; const value2 = condition ? x : {} || DEFAULT; const value3 = !foo == null; const value4 = new Boolean(foo) === true; const objIsEmpty = someObj === {}; const arrIsEmpty = someArr === [];