UNPKG

eslint-config-alloy

Version:
6 lines (5 loc) 122 B
// bad 测试表达式中使用了赋值语句 // 这可能是把 === 误写成了 = if (foo = 0) { // do something }