UNPKG

eslint-config-alloy

Version:
7 lines (6 loc) 134 B
// bad 使用了 ~ 等难以理解的运算符 let b = ~foo.indexOf('.'); let n = +foo; let m = 1 * foo; let s = '' + foo; foo += ``;